]> andersk Git - moira.git/commitdiff
POSIX uses fcntl.h not sys/fcntl.h
authorjweiss <jweiss>
Fri, 17 Jun 1994 18:24:52 +0000 (18:24 +0000)
committerjweiss <jweiss>
Fri, 17 Jun 1994 18:24:52 +0000 (18:24 +0000)
update/send_file.c

index 89345732c8250990e1c07d4e2b03628b80cea93a..0d524d2d0fd7295fa0e3e7c227b0349cfc7436c6 100644 (file)
@@ -22,7 +22,7 @@ static char *rcsid_send_file_c = "$Header$";
 #include <krb.h>
 #include <update.h>
 #ifdef POSIX
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #endif
 
 extern CONNECTION conn;
This page took 0.05063 seconds and 5 git commands to generate.