]> andersk Git - moira.git/commitdiff
make it work on sun
authormar <mar>
Tue, 22 Sep 1992 14:05:46 +0000 (14:05 +0000)
committermar <mar>
Tue, 22 Sep 1992 14:05:46 +0000 (14:05 +0000)
update/log.c

index 8d95fcf9ada66e062347d6e0bab417ae1cebca0f..8edb2cac7cdd2dc694063f7b7f42323f2eb714f8 100644 (file)
@@ -24,9 +24,10 @@ static char *rcsid_log_c = "$Header$";
 #include <mit-copyright.h>
 #include <stdio.h>
 #include "com_err.h"
-#ifndef sun
+#ifdef sun
+#undef sparc /* varargs.h depends on sparc, which we use differently */
+#endif /* sun */
 #include <varargs.h>
-#endif
 #include "update.h"
 #include <krb.h>
 
This page took 0.347511 seconds and 5 git commands to generate.