summaryrefslogtreecommitdiff
path: root/src/include/port/sunos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r--src/include/port/sunos4.h7
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>