summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncftp/sys.h')
-rw-r--r--usr.bin/ncftp/sys.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h
index dde7c43..2e7b5d2 100644
--- a/usr.bin/ncftp/sys.h
+++ b/usr.bin/ncftp/sys.h
@@ -22,10 +22,10 @@
^^^ "You need to use an ANSI C compiler. Try using gcc or acc." ^^^
# endif
# ifdef Solaris /* not predefined. */
-# define SYSV 1
+# ifndef SYSV
+# define SYSV 1
+# endif
# define System "Solaris"
-# undef __STDC__
-# define __STDC__ 0
# else
# define System "SunOS"
# ifndef RINDEX
@@ -308,7 +308,6 @@ extern int errno;
# ifndef BSD
# define BSD 43
# endif
-# define SIG_PARAMS (int sig, ...)
# define NO_UTIMEH 1
# define System "Apollo"
#endif
OpenPOWER on IntegriCloud