* global.h: Include unix.h under "classical" QNX.
* subshell.c: Don't include unix.h. * utilunix.c: Likewise.
Этот коммит содержится в:
родитель
fc3ef44f3b
Коммит
2b7cf88d85
@ -1,3 +1,9 @@
|
||||
2002-02-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* global.h: Include unix.h under "classical" QNX.
|
||||
* subshell.c: Don't include unix.h.
|
||||
* utilunix.c: Likewise.
|
||||
|
||||
2002-02-07 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* main.c (update_one_panel_widget): Call ftpfs_flushdir().
|
||||
|
@ -64,6 +64,11 @@ struct timeval {
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
||||
#if defined(__QNX__) && !defined(__QNXNTO__)
|
||||
/* exec*() from <process.h> */
|
||||
# include <unix.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
|
@ -49,10 +49,6 @@
|
||||
# include <stropts.h> /* For I_PUSH */
|
||||
#endif /* HAVE_STROPTS_H */
|
||||
|
||||
#ifdef __QNX__
|
||||
# include <unix.h> /* exec*() from <process.h> */
|
||||
#endif
|
||||
|
||||
#include "global.h" /* For home_dir */
|
||||
#include "tty.h"
|
||||
#include "dir.h" /* Required by panel.h below */
|
||||
|
@ -38,9 +38,6 @@
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef __QNX__
|
||||
# include <unix.h> /* exec*() from <process.h> */
|
||||
#endif
|
||||
|
||||
#include "global.h"
|
||||
#include "fsusage.h"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user