home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / useful / dist / gnu / diffutils / diffutils-2.4.diffs next >
Encoding:
Text File  |  1993-09-26  |  1.2 KB  |  36 lines

  1. diff -rc diffutils-2.4-fsf/fnmatch.h diffutils-2.4-amiga/fnmatch.h
  2. *** diffutils-2.4-fsf/fnmatch.h    Sun Apr 11 22:54:32 1993
  3. --- diffutils-2.4-amiga/fnmatch.h    Sun Sep 26 14:57:59 1993
  4. ***************
  5. *** 35,41 ****
  6. --- 35,43 ----
  7.   #endif /* C++ or ANSI C.  */
  8.   
  9.   /* Bits set in the FLAGS argument to `fnmatch'.  */
  10. + #ifndef FNM_PATHNAME
  11.   #define    FNM_PATHNAME    (1 << 0) /* No wildcard can ever match `/'.  */
  12. + #endif
  13.   #define    FNM_NOESCAPE    (1 << 1) /* Backslashes don't quote special chars.  */
  14.   #define    FNM_PERIOD    (1 << 2) /* Leading `.' is matched only explicitly.  */
  15.   
  16. diff -rc diffutils-2.4-fsf/system.h diffutils-2.4-amiga/system.h
  17. *** diffutils-2.4-fsf/system.h    Tue Sep 14 22:55:39 1993
  18. --- diffutils-2.4-amiga/system.h    Sun Sep 26 15:22:41 1993
  19. ***************
  20. *** 87,93 ****
  21.   #define O_RDONLY 0
  22.   #endif
  23.   
  24. ! #if HAVE_SYS_WAIT_H
  25.   #ifndef _POSIX_VERSION
  26.   /* Prevent the NeXT prototype using union wait from causing problems.  */
  27.   #define wait system_wait
  28. --- 87,93 ----
  29.   #define O_RDONLY 0
  30.   #endif
  31.   
  32. ! #if HAVE_SYS_WAIT_H && !defined (amigados)
  33.   #ifndef _POSIX_VERSION
  34.   /* Prevent the NeXT prototype using union wait from causing problems.  */
  35.   #define wait system_wait
  36.