mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
11 lines
404 B
C
11 lines
404 B
C
--- src/makeint.h.orig 2020-01-19 20:32:59 UTC
|
|
+++ src/makeint.h
|
|
@@ -116,7 +116,6 @@ extern int errno;
|
|
|
|
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
|
#if (defined (butterfly) || defined (__arm) || (defined (__mips) && defined (_SYSTYPE_SVR3)) || (defined (sequent) && defined (i386)))
|
|
-# undef POSIX
|
|
#endif
|
|
|
|
#if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)
|