summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnetfs/ChangeLog5
-rw-r--r--libnetfs/file-exec.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index b0913102..ae04b081 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * boot.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested
+ by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
+
1997-06-11 Miles Bader <miles@gnu.ai.mit.edu>
* trans-callback.c, set-get-trans.c: New files.
diff --git a/libnetfs/file-exec.c b/libnetfs/file-exec.c
index 916c03fd..f928292f 100644
--- a/libnetfs/file-exec.c
+++ b/libnetfs/file-exec.c
@@ -24,7 +24,7 @@
#include "execserver.h"
#include "fs_S.h"
#include <sys/stat.h>
-#include <fcntlbits.h>
+#include <fcntl.h>
#include <hurd/exec.h>
#include <hurd/paths.h>
#include <string.h>