More prototype fixes, Removed TERMIOS define
[unix-history] / usr / src / bin / csh / set.c
index d3c6678..fad8c7f 100644 (file)
@@ -6,11 +6,17 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)set.c      5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)set.c      5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <stdlib.h>
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <stdlib.h>
+#if __STDC__
+# include <stdarg.h>
+#else
+# include <varargs.h>
+#endif
+
 #include "csh.h"
 #include "extern.h"
 
 #include "csh.h"
 #include "extern.h"