aboutsummaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-07-09 18:58:01 +0000
committerThomas Bushnell <thomas@gnu.org>1997-07-09 18:58:01 +0000
commitabf8316de7f2050585ffa00848dd803775f2ea54 (patch)
tree10827c115c1efb41fc2421a8f08d371acc7e3477 /boot/boot.c
parentf881a47ca2e589a19f47c89d23ea01f3e69b427b (diff)
downloadhurd-abf8316de7f2050585ffa00848dd803775f2ea54.tar.gz
hurd-abf8316de7f2050585ffa00848dd803775f2ea54.tar.bz2
hurd-abf8316de7f2050585ffa00848dd803775f2ea54.zip
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).
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c
index b92761d6..7ed6804e 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <string.h>
#include <stdio.h>
#include <cthreads.h>
-#include <fcntlbits.h>
+#include <fcntl.h>
#include <elf.h>
#include <mach/mig_support.h>
#include <mach/default_pager.h>