]> andersk Git - moira.git/commitdiff
Suns don't need varargs.h
authormar <mar>
Fri, 10 Apr 1992 15:30:14 +0000 (15:30 +0000)
committermar <mar>
Fri, 10 Apr 1992 15:30:14 +0000 (15:30 +0000)
clients/mailmaint/mailmaint.c
clients/moira/menu.c
update/log.c

index 0e2c1f3896f447f0e66c0a9386d170fdda0b798f..b9c4e0d0c3d4cdc7095ded4a1f22ea0ebf4061ea 100644 (file)
@@ -22,7 +22,9 @@ static char rcsid_mailmaint_c[] = "$Header$";
 #include <strings.h>
 #include <curses.h>
 #include <sys/types.h>
+#ifndef sun
 #include <varargs.h>
+#endif
 #include <com_err.h>
 #include <ctype.h>
 #include <moira.h>
index 965bc5a9d946d187975360be6f13dbdde4fa2dfb..a5fc30034d3a2843f37d8bb8a56fb4960aa8dd6c 100644 (file)
@@ -33,7 +33,9 @@ static char rcsid_menu_c[] = "$Header$";
 #endif /* _AUX_SOURCE */
 #include <ctype.h>
 #include <strings.h>
+#ifndef sun
 #include <varargs.h>
+#endif
 #include <com_err.h>
 #include "menu.h"
 
index 415280e960f4871cd548fc42bb7f8123623beae5..8d95fcf9ada66e062347d6e0bab417ae1cebca0f 100644 (file)
@@ -24,7 +24,9 @@ static char *rcsid_log_c = "$Header$";
 #include <mit-copyright.h>
 #include <stdio.h>
 #include "com_err.h"
+#ifndef sun
 #include <varargs.h>
+#endif
 #include "update.h"
 #include <krb.h>
 
This page took 0.071032 seconds and 5 git commands to generate.