diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-07-09 19:00:54 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-07-09 19:00:54 +0000 |
commit | 2aa9fb4725594d32748fd2310bcebcbf32c54874 (patch) | |
tree | a116f567e0ae8b71a94fdf5d32a9c1cafa2138d6 /libnetfs | |
parent | 7b8da3145eed258c1bd43e0e9fc2e087fcf3c7ea (diff) |
Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>.
Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/ChangeLog | 5 | ||||
-rw-r--r-- | libnetfs/file-exec.c | 2 |
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> |