* daemon.c: <fcntl.h>, not <sys/fcntl.h>
authorTom Yu <tlyu@mit.edu>
Sat, 16 Jul 1994 10:08:30 +0000 (10:08 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 16 Jul 1994 10:08:30 +0000 (10:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3997 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/posix/ChangeLog
src/lib/krb5/posix/daemon.c

index 581c988c507c0de177218a0fbee74440ab05f0dd..b978bc4adf16074d63947ca5392278db4495c565 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jul 16 01:24:01 1994  Tom Yu  (tlyu at dragons-lair)
+
+       * daemon.c: <fcntl.h>, not <sys/fcntl.h>
+
 Tue Jun 21 00:52:24 1994  Mark W. Eichin  (eichin at mit.edu)
 
        * configure.in: add AC_CONST for v*printf.
index 32326fec747193424f8a73fd44a04d85210015ee..382286613a56e73280cb5943a89a689be3c1672e 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/file.h>
 #include <unistd.h>
 #ifdef HAS_PATHS_H