From a2fbd4c8e9cd91117a84797919a9733b10211b16 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 9 Aug 1993 19:17:04 +0000 Subject: [PATCH] * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put sys/types.h near the top (just on general principles). --- gdb/29k-share/udi/udr.c | 7 ++++++- gdb/ChangeLog | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/29k-share/udi/udr.c b/gdb/29k-share/udi/udr.c index 9ee646080f..e35da32690 100644 --- a/gdb/29k-share/udi/udr.c +++ b/gdb/29k-share/udi/udr.c @@ -27,8 +27,13 @@ static char udr_c_AMD[]="@(#)udr.c 2.3, AMD"; ********************************************************************** HISTORY */ #include -#include #include + +/* This used to say sys/fcntl.h, but the only systems I know of that + require that are old (pre-4.3, at least) BSD systems, which we + probably don't need to worry about. */ +#include + #include #include "udiproc.h" #include "udisoc.h" diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4f1d285ab..658724d857 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Aug 9 09:53:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put + sys/types.h near the top (just on general principles). + * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are no longer used. -- 2.34.1