1
1

Move fcntl.h inclusion to global.h.

Этот коммит содержится в:
Pavel Roskin 2002-09-23 06:45:32 +00:00
родитель c785d4195b
Коммит 966511399b
10 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -37,8 +37,6 @@
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#if !defined(STDC_HEADERS) && defined(HAVE_MALLOC_H)
# include <malloc.h>

Просмотреть файл

@ -25,7 +25,6 @@
#include <stdlib.h>
#include <windows.h>
#include <io.h>
#include <fcntl.h>
#include <signal.h> /* my_system */
#include <limits.h> /* INT_MAX */
#include <errno.h>

Просмотреть файл

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#ifdef HAVE_SYS_WAIT_H

Просмотреть файл

@ -5,7 +5,6 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include "utilvfs.h"

Просмотреть файл

@ -33,7 +33,6 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
#include <pwd.h>
#include <sys/types.h> /* POSIX-required by sys/socket.h and netdb.h */
#include <netdb.h> /* struct hostent */

Просмотреть файл

@ -37,7 +37,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <fcntl.h>
#include <string.h>
#ifdef HAVE_LIMITS_H
# include <limits.h>

Просмотреть файл

@ -20,7 +20,6 @@
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include "utilvfs.h"

Просмотреть файл

@ -39,7 +39,6 @@
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
/* asm/types.h defines its own umode_t :-( */
#undef umode_t

Просмотреть файл

@ -40,7 +40,6 @@
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <fcntl.h>
#include <signal.h>
#include "utilvfs.h"

Просмотреть файл

@ -9,7 +9,6 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>