]> andersk Git - moira.git/commitdiff
Solaris changes
authormar <mar>
Thu, 29 Apr 1993 14:45:12 +0000 (14:45 +0000)
committermar <mar>
Thu, 29 Apr 1993 14:45:12 +0000 (14:45 +0000)
update/update_server.c

index ce79b5a53e86fbdbced3d83406cbde7b8ba7506f..9f45d8701d1660f2b1be3376cd0baf26beb8129d 100644 (file)
@@ -18,7 +18,11 @@ static char *rcsid_dispatch_c = "$Header$";
 #include <pwd.h>
 #include <moira.h>
 #include <sys/file.h>
+#include <fcntl.h>
 #include <sys/ioctl.h>
+#ifdef SOLARIS
+#include <termios.h>
+#endif
 #include "update.h"
 
 extern int auth_001(), inst_001();
@@ -28,7 +32,10 @@ extern int sync_proc(), quit();
 extern char *config_lookup();
 
 extern void gdb_debug();
-extern int exit(), abort(), errno;
+extern int abort(), errno;
+#ifndef sun
+extern int exit();
+#endif
 extern STRING instructions;
 
 CONNECTION conn;
This page took 0.173999 seconds and 5 git commands to generate.