diff options
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r-- | src/include/port/sunos4.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h deleted file mode 100644 index 3e39e1efc9f..00000000000 --- a/src/include/port/sunos4.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * src/include/port/sunos4.h - * - * sprintf() returns char *, not int, on SunOS 4.1.x */ -#define SPRINTF_CHAR - -#include <unistd.h> |