mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
|
*** xshogi.c.org Tue Oct 8 01:04:00 1996
|
||
|
--- xshogi.c Tue Oct 8 01:04:26 1996
|
||
|
***************
|
||
|
*** 7132,7138 ****
|
||
|
XtInputId *id;
|
||
|
{
|
||
|
char message[MSG_SIZ], *end_str, *number, *name;
|
||
|
! extern char *sys_errlist[];
|
||
|
|
||
|
if (fgets(message, MSG_SIZ, fp) == NULL) {
|
||
|
if (fp == fromFirstProgFP) {
|
||
|
--- 7132,7138 ----
|
||
|
XtInputId *id;
|
||
|
{
|
||
|
char message[MSG_SIZ], *end_str, *number, *name;
|
||
|
! /*extern char *sys_errlist[];*/
|
||
|
|
||
|
if (fgets(message, MSG_SIZ, fp) == NULL) {
|
||
|
if (fp == fromFirstProgFP) {
|