home *** CD-ROM | disk | FTP | other *** search
- diff -rc diffutils-2.4-fsf/fnmatch.h diffutils-2.4-amiga/fnmatch.h
- *** diffutils-2.4-fsf/fnmatch.h Sun Apr 11 22:54:32 1993
- --- diffutils-2.4-amiga/fnmatch.h Sun Sep 26 14:57:59 1993
- ***************
- *** 35,41 ****
- --- 35,43 ----
- #endif /* C++ or ANSI C. */
-
- /* Bits set in the FLAGS argument to `fnmatch'. */
- + #ifndef FNM_PATHNAME
- #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
- + #endif
- #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */
- #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
-
- diff -rc diffutils-2.4-fsf/system.h diffutils-2.4-amiga/system.h
- *** diffutils-2.4-fsf/system.h Tue Sep 14 22:55:39 1993
- --- diffutils-2.4-amiga/system.h Sun Sep 26 15:22:41 1993
- ***************
- *** 87,93 ****
- #define O_RDONLY 0
- #endif
-
- ! #if HAVE_SYS_WAIT_H
- #ifndef _POSIX_VERSION
- /* Prevent the NeXT prototype using union wait from causing problems. */
- #define wait system_wait
- --- 87,93 ----
- #define O_RDONLY 0
- #endif
-
- ! #if HAVE_SYS_WAIT_H && !defined (amigados)
- #ifndef _POSIX_VERSION
- /* Prevent the NeXT prototype using union wait from causing problems. */
- #define wait system_wait
-