[5404] in Athena Bugs
comerr sources
daemon@ATHENA.MIT.EDU (John T Kohl)
Tue Jul 3 15:06:27 1990
Date: Tue, 3 Jul 90 15:06:17 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
.../et/internal.h has an error; here's a patch.
*** /tmp/,RCSt1026274 Tue Jul 3 15:05:54 1990
--- internal.h Tue Jul 3 15:04:52 1990
***************
*** 12,18 ****
extern const int sys_nerr;
#ifdef __STDC__
! int perror (const char *);
#else
int perror ();
#endif
--- 12,18 ----
extern const int sys_nerr;
#ifdef __STDC__
! void perror (const char *);
#else
int perror ();
#endif