Ignore:
Timestamp:
Mar 12, 2006, 6:02:46 PM (19 years ago)
Author:
bird
Message:

applied OS/2 patches (manually).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/texinfo/info/man.c

    r2617 r2619  
    3333#include "tilde.h"
    3434#include "man.h"
     35
     36#ifdef __EMX__
     37# include <process.h>
     38# include <sys/wait.h>
     39# undef PIPE_USE_FORK
     40#endif
    3541
    3642#if !defined (_POSIX_VERSION)
     
    471477  int bindex = 0;
    472478  int select_result;
    473 #if defined (FD_SET)
     479#if defined (FD_SET) && !defined (__INNOTEK__LIBC__)
    474480  fd_set read_fds;
    475481
Note: See TracChangeset for help on using the changeset viewer.