home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / find-3.8-src.lha / src / diffs / find-3.8.diffs
Text File  |  1994-02-23  |  7KB  |  276 lines

  1. diff -rc find-3.8-fsf/INSTALL find-3.8-amiga/INSTALL
  2. *** find-3.8-fsf/INSTALL    Fri Jan 22 17:16:53 1993
  3. --- find-3.8-amiga/INSTALL    Wed Feb 23 15:56:55 1994
  4. ***************
  5. *** 33,40 ****
  6.   DIR is the directory that contains the source code.
  7.   
  8.   By default, `make install' will install the package's files in
  9. ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc.  You can specify
  10. ! an installation prefix other than /usr/local by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  12.   for the `prefix' variable when you run `make', e.g.,
  13.       make prefix=/usr/gnu
  14. --- 33,40 ----
  15.   DIR is the directory that contains the source code.
  16.   
  17.   By default, `make install' will install the package's files in
  18. ! /gnu/bin, /gnu/lib, /gnu/man, etc.  You can specify
  19. ! an installation prefix other than /gnu by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. diff -rc find-3.8-fsf/Makefile.in find-3.8-amiga/Makefile.in
  24. *** find-3.8-fsf/Makefile.in    Tue Mar 23 19:14:52 1993
  25. --- find-3.8-amiga/Makefile.in    Wed Feb 23 15:56:57 1994
  26. ***************
  27. *** 69,79 ****
  28.   
  29.   DEFS = @DEFS@
  30.   
  31. ! CFLAGS = -g
  32. ! LDFLAGS = -g
  33.   LIBS = @LIBS@
  34.   
  35. ! prefix = /usr/local
  36.   exec_prefix = $(prefix)
  37.   
  38.   # Prefix for each installed program, normally empty or `g'.
  39. --- 69,79 ----
  40.   
  41.   DEFS = @DEFS@
  42.   
  43. ! CFLAGS = -O2
  44. ! LDFLAGS =
  45.   LIBS = @LIBS@
  46.   
  47. ! prefix = /gnu
  48.   exec_prefix = $(prefix)
  49.   
  50.   # Prefix for each installed program, normally empty or `g'.
  51. diff -rc find-3.8-fsf/configure find-3.8-amiga/configure
  52. *** find-3.8-fsf/configure    Mon Mar 29 21:02:39 1993
  53. --- find-3.8-amiga/configure    Wed Feb 23 15:51:13 1994
  54. ***************
  55. *** 92,98 ****
  56.     srcdirdefaulted=yes
  57.     # Try the directory containing this script, then `..'.
  58.     prog=$0
  59. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  60.     test "X$confdir" = "X$prog" && confdir=.
  61.     srcdir=$confdir
  62.     if test ! -r $srcdir/$unique_file; then
  63. --- 92,98 ----
  64.     srcdirdefaulted=yes
  65.     # Try the directory containing this script, then `..'.
  66.     prog=$0
  67. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  68.     test "X$confdir" = "X$prog" && confdir=.
  69.     srcdir=$confdir
  70.     if test ! -r $srcdir/$unique_file; then
  71. ***************
  72. *** 259,265 ****
  73.   
  74.   echo checking for POSIXized ISC
  75.   if test -d /etc/conf/kconfig.d &&
  76. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  77.   then
  78.     ISC=1 # If later tests want to check for ISC.
  79.     {
  80. --- 259,265 ----
  81.   
  82.   echo checking for POSIXized ISC
  83.   if test -d /etc/conf/kconfig.d &&
  84. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  85.   then
  86.     ISC=1 # If later tests want to check for ISC.
  87.     {
  88. ***************
  89. *** 944,950 ****
  90.   fi
  91.   
  92.   echo checking for IRIX libsun
  93. ! if test -f /usr/lib/libsun.a; then
  94.     LIBS="$LIBS -lsun"
  95.   fi
  96.   
  97. --- 944,950 ----
  98.   fi
  99.   
  100.   echo checking for IRIX libsun
  101. ! if test -f /gnu/lib/libsun.a; then
  102.     LIBS="$LIBS -lsun"
  103.   fi
  104.   
  105. ***************
  106. *** 961,967 ****
  107.   fi
  108.   rm -f conftest*
  109.   
  110. ! test -n "$SEQUENT" && test -f /usr/lib/libseq.a &&
  111.     LIBS="$LIBS -lseq"
  112.   
  113.   if test -n "$prefix"; then
  114. --- 961,967 ----
  115.   fi
  116.   rm -f conftest*
  117.   
  118. ! test -n "$SEQUENT" && test -f /gnu/lib/libseq.a &&
  119.     LIBS="$LIBS -lseq"
  120.   
  121.   if test -n "$prefix"; then
  122. diff -rc find-3.8-fsf/find/pred.c find-3.8-amiga/find/pred.c
  123. *** find-3.8-fsf/find/pred.c    Fri Mar 26 22:54:04 1993
  124. --- find-3.8-amiga/find/pred.c    Wed Feb 23 15:49:53 1994
  125. ***************
  126. *** 1396,1402 ****
  127.     fflush (stdout);
  128.     fflush (stderr);
  129.   
  130. !   child_pid = fork ();
  131.     if (child_pid == -1)
  132.       error (1, errno, "cannot fork");
  133.     if (child_pid == 0)
  134. --- 1396,1402 ----
  135.     fflush (stdout);
  136.     fflush (stderr);
  137.   
  138. !   child_pid = vfork ();
  139.     if (child_pid == -1)
  140.       error (1, errno, "cannot fork");
  141.     if (child_pid == 0)
  142. diff -rc find-3.8-fsf/locate/bigram.c find-3.8-amiga/locate/bigram.c
  143. *** find-3.8-fsf/locate/bigram.c    Sun Dec 13 11:59:23 1992
  144. --- find-3.8-amiga/locate/bigram.c    Wed Feb 23 16:13:41 1994
  145. ***************
  146. *** 30,36 ****
  147.   
  148.   static char *oldpath;
  149.   
  150. ! void
  151.   main (argc, argv)
  152.        int argc;
  153.        char **argv;
  154. --- 30,36 ----
  155.   
  156.   static char *oldpath;
  157.   
  158. ! int
  159.   main (argc, argv)
  160.        int argc;
  161.        char **argv;
  162. diff -rc find-3.8-fsf/locate/code.c find-3.8-amiga/locate/code.c
  163. *** find-3.8-fsf/locate/code.c    Sun Dec 13 11:59:23 1992
  164. --- find-3.8-amiga/locate/code.c    Wed Feb 23 16:13:59 1994
  165. ***************
  166. *** 53,59 ****
  167.   
  168.   static char bigrams[257] = {0};
  169.   
  170. ! void
  171.   main (argc, argv)
  172.        int argc;
  173.        char *argv[];
  174. --- 53,59 ----
  175.   
  176.   static char bigrams[257] = {0};
  177.   
  178. ! int
  179.   main (argc, argv)
  180.        int argc;
  181.        char *argv[];
  182. diff -rc find-3.8-fsf/locate/locate.c find-3.8-amiga/locate/locate.c
  183. *** find-3.8-fsf/locate/locate.c    Sun Dec 13 11:59:24 1992
  184. --- find-3.8-amiga/locate/locate.c    Wed Feb 23 16:14:08 1994
  185. ***************
  186. *** 215,221 ****
  187.     {NULL, 0, NULL, 0}
  188.   };
  189.   
  190. ! void
  191.   main (argc, argv)
  192.        int argc;
  193.        char **argv;
  194. --- 215,221 ----
  195.     {NULL, 0, NULL, 0}
  196.   };
  197.   
  198. ! int
  199.   main (argc, argv)
  200.        int argc;
  201.        char **argv;
  202. diff -rc find-3.8-fsf/locate/updatedb.sh find-3.8-amiga/locate/updatedb.sh
  203. *** find-3.8-fsf/locate/updatedb.sh    Fri Jul  3 07:45:02 1992
  204. --- find-3.8-amiga/locate/updatedb.sh    Wed Feb 23 15:56:47 1994
  205. ***************
  206. *** 3,9 ****
  207.   # csh original by James Woods; sh conversion by David MacKenzie.
  208.   # Public domain.
  209.   
  210. ! PATH=/bin:/usr/bin # Just temporarily.
  211.   
  212.   # You can set these in the environment to override their defaults:
  213.   
  214. --- 3,9 ----
  215.   # csh original by James Woods; sh conversion by David MacKenzie.
  216.   # Public domain.
  217.   
  218. ! PATH=/local/bin:/bin # Just temporarily.
  219.   
  220.   # You can set these in the environment to override their defaults:
  221.   
  222. ***************
  223. *** 24,30 ****
  224.   test -z "$NFSUSER" && NFSUSER=daemon
  225.   
  226.   # Directory to hold intermediate files.
  227. ! test -z "$TMPDIR" && TMPDIR=/usr/tmp
  228.   
  229.   # The database file to build.
  230.   test -z "$LOCATE_DB" && LOCATE_DB=@LOCATE_DB@
  231. --- 24,30 ----
  232.   test -z "$NFSUSER" && NFSUSER=daemon
  233.   
  234.   # Directory to hold intermediate files.
  235. ! test -z "$TMPDIR" && TMPDIR=/tmp
  236.   
  237.   # The database file to build.
  238.   test -z "$LOCATE_DB" && LOCATE_DB=@LOCATE_DB@
  239. ***************
  240. *** 41,47 ****
  241.   # Any prefix in the GNU find filename, before `find'.
  242.   binprefix=@binprefix@
  243.   
  244. ! PATH=$LIBDIR:$BINDIR:/usr/ucb:/bin:/usr/bin export PATH
  245.   
  246.   bigrams=$TMPDIR/f.bigrams$$
  247.   filelist=$TMPDIR/f.list$$
  248. --- 41,47 ----
  249.   # Any prefix in the GNU find filename, before `find'.
  250.   binprefix=@binprefix@
  251.   
  252. ! PATH=$LIBDIR:$BINDIR:/bin:/local/bin export PATH
  253.   
  254.   bigrams=$TMPDIR/f.bigrams$$
  255.   filelist=$TMPDIR/f.list$$
  256. diff -rc find-3.8-fsf/xargs/xargs.c find-3.8-amiga/xargs/xargs.c
  257. *** find-3.8-fsf/xargs/xargs.c    Wed Mar 24 23:18:27 1993
  258. --- find-3.8-amiga/xargs/xargs.c    Wed Feb 23 15:49:54 1994
  259. ***************
  260. *** 696,702 ****
  261.       print_args (0);
  262.         /* If we run out of processes, wait for a child to return and
  263.            try again.  */
  264. !       while ((child = fork ()) < 0 && errno == EAGAIN && procs_executing)
  265.       wait_for_proc (0);
  266.         switch (child)
  267.       {
  268. --- 696,702 ----
  269.       print_args (0);
  270.         /* If we run out of processes, wait for a child to return and
  271.            try again.  */
  272. !       while ((child = vfork ()) < 0 && errno == EAGAIN && procs_executing)
  273.       wait_for_proc (0);
  274.         switch (child)
  275.       {
  276.