From cdd225ad1b74d1748f15bd80cdde13e0326fad1e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Jun 1997 00:23:09 +0000 Subject: [PATCH] Updated. * sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to include of bits/types.h. --- ChangeLog | 3 +++ sysdeps/mach/hurd/bits/fcntl.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e39fdf3..34c7853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ 1997-06-25 15:54 Fila Kolodny + * sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to + include of bits/types.h. + * sysdeps/posix/Makefile ($(common-objpfx)bits/stdio_lim.h): Don't conditionalize this on whether we are cross-compiling. diff --git a/sysdeps/mach/hurd/bits/fcntl.h b/sysdeps/mach/hurd/bits/fcntl.h index 4983b33..c3d187a 100644 --- a/sysdeps/mach/hurd/bits/fcntl.h +++ b/sysdeps/mach/hurd/bits/fcntl.h @@ -156,7 +156,7 @@ #define FD_CLOEXEC 1 /* Close on exec. */ -#include +#include /* The structure describing an advisory lock. This is the type of the third argument to `fcntl' for the F_GETLK, F_SETLK, and F_SETLKW requests. */ -- 2.7.4