mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
NetBSD has moved ``extern int errno;'' to signal.h :-/
Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
This commit is contained in:
parent
e83358b444
commit
7e795ebe38
20 changed files with 60 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@
|
|||
#include <i4b/i4b_ioctl.h>
|
||||
#include <i4b/i4b_rbch_ioctl.h>
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <resolv.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <paths.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <radlib.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#include <netdb.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sysexits.h>
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <string.h>
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#include <netdb.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <signal.h> /* for `errno' ?!? */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue