blob: d0a0e5c333ca95c00d33a8f1a32ab3d5daa1f5a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** sysincludes.h~ Tue Feb 11 18:19:17 1997
--- sysincludes.h Fri Feb 28 15:50:01 1997
***************
*** 108,117 ****
#include <errno.h>
extern int errno;
- #ifndef netbsd
- /* NetBSD seems to choke on this, due to a slightly non-standard definition */
- extern char *sys_errlist[];
- #endif
#include <pwd.h>
/* On AIX, we have to prefer strings.h, as string.h lacks a prototype
--- 108,113 ----
|