* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.

This commit is contained in:
Jim Kingdon 1993-08-05 14:28:32 +00:00
parent 7c6a9e798c
commit 8d9ec7b631
2 changed files with 10 additions and 1 deletions

View File

@ -27,7 +27,12 @@ static char udip2soc_c_AMD[]="@(#)udip2soc.c 2.8, AMD";
#include <stdio.h>
#include <string.h>
#include <sys/file.h>
#include <sys/fcntl.h>
/* 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 <fcntl.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h>

View File

@ -1,3 +1,7 @@
Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com)
* inflow.c (pass_signal): Signal handlers take one int arg;