summaryrefslogtreecommitdiff
path: root/libnetfs/file-exec.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-07-09 19:00:54 +0000
committerThomas Bushnell <thomas@gnu.org>1997-07-09 19:00:54 +0000
commit2aa9fb4725594d32748fd2310bcebcbf32c54874 (patch)
treea116f567e0ae8b71a94fdf5d32a9c1cafa2138d6 /libnetfs/file-exec.c
parent7b8da3145eed258c1bd43e0e9fc2e087fcf3c7ea (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/file-exec.c')
-rw-r--r--libnetfs/file-exec.c2
1 files changed, 1 insertions, 1 deletions
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>