home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-13 | 24.5 KB | 1,158 lines |
- diff -rc --new-file fileutils-3.9-fsf/Makefile.in fileutils-3.9-amiga/Makefile.in
- *** fileutils-3.9-fsf/Makefile.in Tue Oct 12 04:02:44 1993
- --- fileutils-3.9-amiga/Makefile.in Mon Dec 13 11:09:14 1993
- ***************
- *** 25,31 ****
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
- --- 25,31 ----
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
- ***************
- *** 38,44 ****
- NEWS configure configure.in config.h.in acconfig.h mkinstalldirs
-
- # Redundant stuff for making only selected programs.
- ! PROGS = chgrp chmod chown cp dd dir du ginstall ln ls \
- mkdir mkfifo mknod mv rm rmdir touch vdir @PROGS@
-
- # Subdirectories to run make in for the primary targets.
- --- 38,44 ----
- NEWS configure configure.in config.h.in acconfig.h mkinstalldirs
-
- # Redundant stuff for making only selected programs.
- ! PROGS = chgrp chmod chown cp dd gdir du ginstall ln ls \
- mkdir mkfifo mknod mv rm rmdir touch vdir @PROGS@
-
- # Subdirectories to run make in for the primary targets.
- diff -rc --new-file fileutils-3.9-fsf/configure fileutils-3.9-amiga/configure
- *** fileutils-3.9-fsf/configure Wed Oct 13 21:55:55 1993
- --- fileutils-3.9-amiga/configure Mon Dec 13 12:26:45 1993
- ***************
- *** 69,75 ****
- *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
- *) val=1 ;;
- esac
- ! eval "with_$package='$val'" ;;
-
- -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
- verbose=yes ;;
- --- 69,75 ----
- *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
- *) val=1 ;;
- esac
- ! "with_$package='$val'" ;;
-
- -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
- verbose=yes ;;
- ***************
- *** 90,96 ****
-
- rm -f conftest* confdefs.h
- > confdefs.h
- ! compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1'
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- --- 90,96 ----
-
- rm -f conftest* confdefs.h
- > confdefs.h
- ! compile="${CC-gcc} $CFLAGS conftest.c -o conftest $LIBS"
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- ***************
- *** 108,113 ****
- --- 108,114 ----
- srcdir=..
- fi
- fi
- + srcdir=../fileutils-3.9-amiga #HACK
- if test ! -r $srcdir/$unique_file; then
- if test x$srcdirdefaulted = xyes; then
- echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
- ***************
- *** 156,162 ****
- yes
- #endif
- EOF
- ! ${CC-cc} -E conftest.c > conftest.out 2>&1
- if egrep yes conftest.out >/dev/null 2>&1; then
- GCC=1 # For later tests.
- fi
- --- 157,163 ----
- yes
- #endif
- EOF
- ! ${CC-gcc} -E conftest.c > conftest.out 2>&1
- if egrep yes conftest.out >/dev/null 2>&1; then
- GCC=1 # For later tests.
- fi
- ***************
- *** 168,178 ****
-
-
- echo checking how to run the C preprocessor
- if test -z "$CPP"; then
- # This must be in double quotes, not single quotes, because CPP may get
- ! # substituted into the Makefile and ``${CC-cc}'' will simply confuse
- # make. It must be expanded now.
- ! CPP="${CC-cc} -E"
- cat > conftest.c <<EOF
- #include "confdefs.h"
- #include <stdio.h>
- --- 169,180 ----
-
-
- echo checking how to run the C preprocessor
- + CPP="/lib/gcc-lib/amigados/2.3.3/cpp" #HACK
- if test -z "$CPP"; then
- # This must be in double quotes, not single quotes, because CPP may get
- ! # substituted into the Makefile and ``${CC-gcc}'' will simply confuse
- # make. It must be expanded now.
- ! CPP="${CC-gcc} -E"
- cat > conftest.c <<EOF
- #include "confdefs.h"
- #include <stdio.h>
- ***************
- *** 378,384 ****
- int main() { exit(0); }
- int t() { return makedev(0, 0); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- makedev=1
-
- --- 380,386 ----
- int main() { exit(0); }
- int t() { return makedev(0, 0); }
- EOF
- ! if $compile; then
- rm -rf conftest*
- makedev=1
-
- ***************
- *** 449,455 ****
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 451,457 ----
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 476,482 ****
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 478,484 ----
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 503,509 ****
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 505,511 ----
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 530,536 ****
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 532,538 ----
- int main() { exit(0); }
- int t() { DIR *dirp = 0; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 556,562 ****
- #include <$dirheader>
- int closedir(); main() { exit(closedir(opendir(".")) != 0); }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- --- 558,564 ----
- #include <$dirheader>
- int closedir(); main() { exit(closedir(opendir(".")) != 0); }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- ***************
- *** 588,594 ****
- int main() { exit(0); }
- int t() { int i; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 590,596 ----
- int main() { exit(0); }
- int t() { int i; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 636,642 ****
- int t() { struct statfs *stats;
- numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 638,644 ----
- int t() { struct statfs *stats;
- numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 847,853 ****
- exit (statfs (".", &fsd, sizeof (struct statfs)));
- }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 849,855 ----
- exit (statfs (".", &fsd, sizeof (struct statfs)));
- }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 970,976 ****
- echo '#include "confdefs.h"
- #include <sys/mount.h>' > conftest.c
- eval "$CPP conftest.c > conftest.out 2>&1"
- ! if egrep "MOUNT_UFS" conftest.out >/dev/null 2>&1; then
- rm -rf conftest*
-
- {
- --- 972,978 ----
- echo '#include "confdefs.h"
- #include <sys/mount.h>' > conftest.c
- eval "$CPP conftest.c > conftest.out 2>&1"
- ! if egrep "f_fsize" conftest.out >/dev/null 2>&1; then
- rm -rf conftest*
-
- {
- ***************
- *** 1102,1108 ****
- #include "confdefs.h"
- $prog
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 1104,1110 ----
- #include "confdefs.h"
- $prog
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 1140,1146 ****
- #include "confdefs.h"
- main() { exit(sizeof(int) != 2); }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 1142,1148 ----
- #include "confdefs.h"
- main() { exit(sizeof(int) != 2); }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 1201,1207 ****
- int main() { exit(0); }
- int t() { $prog }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 1203,1209 ----
- int main() { exit(0); }
- int t() { $prog }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 1249,1255 ****
- exit (0); }
-
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 1251,1257 ----
- exit (0); }
-
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 1283,1289 ****
- int main() { exit(0); }
- int t() { struct tm *tp; tp->tm_sec; }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 1285,1291 ----
- int main() { exit(0); }
- int t() { struct tm *tp; tp->tm_sec; }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 1311,1317 ****
- int main() { exit(0); }
- int t() { struct tm *tp; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1313,1319 ----
- int main() { exit(0); }
- int t() { struct tm *tp; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1422,1428 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 1424,1430 ----
- #endif
- }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 1453,1459 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 1455,1461 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 1478,1484 ****
- int main() { exit(0); }
- int t() { ftruncate(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1480,1486 ----
- int main() { exit(0); }
- int t() { ftruncate(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1512,1518 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1514,1520 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1545,1551 ****
- int main() { exit(0); }
- int t() { vprintf(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1547,1553 ----
- int main() { exit(0); }
- int t() { vprintf(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1574,1580 ****
- int main() { exit(0); }
- int t() { _doprnt(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1576,1582 ----
- int main() { exit(0); }
- int t() { _doprnt(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1603,1609 ****
- int main() { exit(0); }
- int t() { char *p = alloca(2 * sizeof(int)); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1605,1611 ----
- int main() { exit(0); }
- int t() { char *p = alloca(2 * sizeof(int)); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1642,1648 ****
- int main() { exit(0); }
- int t() { char *p = (char *) alloca(1); }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 1644,1650 ----
- int main() { exit(0); }
- int t() { char *p = (char *) alloca(1); }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 1677,1683 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 1679,1685 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 1710,1716 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 1712,1718 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 1743,1749 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 1745,1751 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 1800,1806 ****
- #include "confdefs.h"
- main(){exit(0);}
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- --- 1802,1808 ----
- #include "confdefs.h"
- main(){exit(0);}
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- ***************
- *** 1843,1849 ****
- exit (find_stack_direction() < 0);
- }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 1845,1851 ----
- exit (find_stack_direction() < 0);
- }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 1886,1892 ****
- int main() { exit(0); }
- int t() { struct stat s; s.st_blocks; }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 1888,1894 ----
- int main() { exit(0); }
- int t() { struct stat s; s.st_blocks; }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 1921,1927 ****
- && t.st_mtime - s.st_mtime < 120));
- }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- --- 1923,1929 ----
- && t.st_mtime - s.st_mtime < 120));
- }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- rm -rf conftest*
-
- ***************
- *** 1975,1981 ****
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- have_lib="1"
-
- --- 1977,1983 ----
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
- have_lib="1"
-
- ***************
- *** 1999,2005 ****
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- have_lib="1"
-
- --- 2001,2007 ----
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
- have_lib="1"
-
- ***************
- *** 2024,2030 ****
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- have_lib="1"
-
- --- 2026,2032 ----
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
- have_lib="1"
-
- ***************
- *** 2059,2065 ****
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- have_lib="1"
-
- --- 2061,2067 ----
- int main() { exit(0); }
- int t() { main(); }
- EOF
- ! if $compile; then
- rm -rf conftest*
- have_lib="1"
-
- ***************
- *** 2082,2088 ****
- LIBS="${LIBS} -ldgc"
- fi
-
- !
- echo checking for AFS
- test -d /afs &&
- {
- --- 2084,2090 ----
- LIBS="${LIBS} -ldgc"
- fi
-
- ! LIBS="" #Hack (fnf)
- echo checking for AFS
- test -d /afs &&
- {
- ***************
- *** 2141,2148 ****
- PROGS='$PROGS'
- LIBPROGS='$LIBPROGS'
- CC='$CC'
- ! CFLAGS='$CFLAGS'
- ! LDFLAGS='$LDFLAGS'
- CPP='$CPP'
- RANLIB='$RANLIB'
- YACC='$YACC'
- --- 2143,2150 ----
- PROGS='$PROGS'
- LIBPROGS='$LIBPROGS'
- CC='$CC'
- ! CFLAGS="-O" #HACK (fnf)
- ! LDFLAGS="" #HACK (fnf)
- CPP='$CPP'
- RANLIB='$RANLIB'
- YACC='$YACC'
- diff -rc --new-file fileutils-3.9-fsf/lib/Makefile.in fileutils-3.9-amiga/lib/Makefile.in
- *** fileutils-3.9-fsf/lib/Makefile.in Sat Oct 16 04:24:47 1993
- --- fileutils-3.9-amiga/lib/Makefile.in Mon Dec 13 12:58:19 1993
- ***************
- *** 27,33 ****
- CFLAGS = @CFLAGS@
- YACC = @YACC@
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- libdir = $(exec_prefix)/lib
-
- --- 27,33 ----
- CFLAGS = @CFLAGS@
- YACC = @YACC@
-
- ! prefix = /usr
- exec_prefix = $(prefix)
- libdir = $(exec_prefix)/lib
-
- diff -rc --new-file fileutils-3.9-fsf/lib/backupfile.c fileutils-3.9-amiga/lib/backupfile.c
- *** fileutils-3.9-fsf/lib/backupfile.c Tue Oct 12 15:17:42 1993
- --- fileutils-3.9-amiga/lib/backupfile.c Mon Dec 13 10:46:35 1993
- ***************
- *** 100,106 ****
- --- 100,110 ----
-
- /* The extension added to file names to produce a simple (as opposed
- to numbered) backup file name. */
- + #ifdef AMIGA
- + char *simple_backup_suffix = "!";
- + #else
- char *simple_backup_suffix = "~";
- + #endif
-
- char *basename ();
- char *dirname ();
- ***************
- *** 125,131 ****
- --- 129,139 ----
-
- if (backup_type == simple)
- return concat (file, simple_backup_suffix);
- + #ifdef AMIGA
- + base_versions = concat (basename (file), ".!");
- + #else
- base_versions = concat (basename (file), ".~");
- + #endif
- if (base_versions == 0)
- return 0;
- dir = dirname (file);
- ***************
- *** 191,197 ****
- --- 199,209 ----
- backup_name = malloc (strlen (file) + 16);
- if (backup_name == 0)
- return 0;
- + #ifdef AMIGA
- + sprintf (backup_name, "%s.!%d!", file, version);
- + #else
- sprintf (backup_name, "%s.~%d~", file, version);
- + #endif
- return backup_name;
- }
-
- ***************
- *** 213,219 ****
- --- 225,235 ----
- {
- for (p = &backup[base_length]; ISDIGIT (*p); ++p)
- version = version * 10 + *p - '0';
- + #ifdef AMIGA
- + if (p[0] != '!' || p[1])
- + #else
- if (p[0] != '~' || p[1])
- + #endif
- version = 0;
- }
- return version;
- diff -rc --new-file fileutils-3.9-fsf/man/Makefile.in fileutils-3.9-amiga/man/Makefile.in
- *** fileutils-3.9-fsf/man/Makefile.in Fri Aug 13 21:49:02 1993
- --- fileutils-3.9-amiga/man/Makefile.in Mon Dec 13 12:58:41 1993
- ***************
- *** 20,26 ****
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- mandir = $(prefix)/man/man1
- manprefix =
- --- 20,26 ----
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr
- exec_prefix = $(prefix)
- mandir = $(prefix)/man/man1
- manprefix =
- diff -rc --new-file fileutils-3.9-fsf/mkinstalldirs fileutils-3.9-amiga/mkinstalldirs
- *** fileutils-3.9-fsf/mkinstalldirs Fri Aug 13 15:07:14 1993
- --- fileutils-3.9-amiga/mkinstalldirs Mon Dec 13 10:46:36 1993
- ***************
- *** 30,35 ****
- --- 30,36 ----
- done
- done
-
- + exit 0
- exit $errstatus
-
- # eof
- diff -rc --new-file fileutils-3.9-fsf/src/Makefile.in fileutils-3.9-amiga/src/Makefile.in
- *** fileutils-3.9-fsf/src/Makefile.in Mon Oct 18 23:26:38 1993
- --- fileutils-3.9-amiga/src/Makefile.in Mon Dec 13 12:58:30 1993
- ***************
- *** 20,26 ****
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- binprefix =
- --- 20,26 ----
- srcdir = @srcdir@
- VPATH = @srcdir@
-
- ! prefix = /usr
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- binprefix =
- diff -rc --new-file fileutils-3.9-fsf/src/chgrp.c fileutils-3.9-amiga/src/chgrp.c
- *** fileutils-3.9-fsf/src/chgrp.c Mon Oct 18 23:35:03 1993
- --- fileutils-3.9-amiga/src/chgrp.c Mon Dec 13 13:11:44 1993
- ***************
- *** 101,107 ****
- {0, 0, 0, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 101,106 ----
- diff -rc --new-file fileutils-3.9-fsf/src/chmod.c fileutils-3.9-amiga/src/chmod.c
- *** fileutils-3.9-fsf/src/chmod.c Mon Oct 18 23:35:04 1993
- --- fileutils-3.9-amiga/src/chmod.c Mon Dec 13 13:11:39 1993
- ***************
- *** 90,96 ****
- /* Parse the ASCII mode given on the command line into a linked list
- of `struct mode_change' and apply that to each file argument. */
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 90,95 ----
- diff -rc --new-file fileutils-3.9-fsf/src/chown.c fileutils-3.9-amiga/src/chown.c
- *** fileutils-3.9-fsf/src/chown.c Mon Oct 18 23:35:05 1993
- --- fileutils-3.9-amiga/src/chown.c Mon Dec 13 13:11:48 1993
- ***************
- *** 111,117 ****
- {0, 0, 0, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 111,116 ----
- diff -rc --new-file fileutils-3.9-fsf/src/cp.c fileutils-3.9-amiga/src/cp.c
- *** fileutils-3.9-fsf/src/cp.c Mon Oct 18 23:35:08 1993
- --- fileutils-3.9-amiga/src/cp.c Mon Dec 13 13:11:59 1993
- ***************
- *** 160,166 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char *argv[];
- --- 160,165 ----
- diff -rc --new-file fileutils-3.9-fsf/src/dd.c fileutils-3.9-amiga/src/dd.c
- *** fileutils-3.9-fsf/src/dd.c Mon Oct 18 23:35:09 1993
- --- fileutils-3.9-amiga/src/dd.c Mon Dec 13 13:12:05 1993
- ***************
- *** 333,339 ****
- {0, 0, 0, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 333,338 ----
- diff -rc --new-file fileutils-3.9-fsf/src/df.c fileutils-3.9-amiga/src/df.c
- *** fileutils-3.9-fsf/src/df.c Mon Oct 18 23:35:10 1993
- --- fileutils-3.9-amiga/src/df.c Mon Dec 13 13:12:12 1993
- ***************
- *** 138,144 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 138,143 ----
- diff -rc --new-file fileutils-3.9-fsf/src/du.c fileutils-3.9-amiga/src/du.c
- *** fileutils-3.9-fsf/src/du.c Mon Oct 18 23:35:12 1993
- --- fileutils-3.9-amiga/src/du.c Mon Dec 13 13:12:15 1993
- ***************
- *** 223,229 ****
- exit (status);
- }
-
- - void
- main (argc, argv)
- int argc;
- char *argv[];
- --- 223,228 ----
- diff -rc --new-file fileutils-3.9-fsf/src/install.c fileutils-3.9-amiga/src/install.c
- *** fileutils-3.9-fsf/src/install.c Mon Oct 18 23:35:13 1993
- --- fileutils-3.9-amiga/src/install.c Mon Dec 13 13:12:22 1993
- ***************
- *** 162,168 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 162,167 ----
- ***************
- *** 462,468 ****
- {
- int pid, status;
-
- ! pid = fork ();
- switch (pid)
- {
- case -1:
- --- 461,467 ----
- {
- int pid, status;
-
- ! pid = vfork ();
- switch (pid)
- {
- case -1:
- diff -rc --new-file fileutils-3.9-fsf/src/ln.c fileutils-3.9-amiga/src/ln.c
- *** fileutils-3.9-fsf/src/ln.c Mon Oct 18 23:35:14 1993
- --- fileutils-3.9-amiga/src/ln.c Mon Dec 13 13:12:19 1993
- ***************
- *** 119,125 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 119,124 ----
- diff -rc --new-file fileutils-3.9-fsf/src/ls.c fileutils-3.9-amiga/src/ls.c
- *** fileutils-3.9-fsf/src/ls.c Mon Oct 18 23:35:15 1993
- --- fileutils-3.9-amiga/src/ls.c Mon Dec 13 13:12:29 1993
- ***************
- *** 441,447 ****
- };
-
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 441,446 ----
- ***************
- *** 704,711 ****
- --- 703,715 ----
- break;
-
- case 'B':
- + #ifdef AMIGA
- + add_ignore_pattern ("*!");
- + add_ignore_pattern (".*!");
- + #else
- add_ignore_pattern ("*~");
- add_ignore_pattern (".*~");
- + #endif
- break;
-
- case 'C':
- diff -rc --new-file fileutils-3.9-fsf/src/mkdir.c fileutils-3.9-amiga/src/mkdir.c
- *** fileutils-3.9-fsf/src/mkdir.c Mon Oct 18 23:35:16 1993
- --- fileutils-3.9-amiga/src/mkdir.c Mon Dec 13 13:12:26 1993
- ***************
- *** 72,78 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 72,77 ----
- diff -rc --new-file fileutils-3.9-fsf/src/mkfifo.c fileutils-3.9-amiga/src/mkfifo.c
- *** fileutils-3.9-fsf/src/mkfifo.c Mon Oct 18 23:35:17 1993
- --- fileutils-3.9-amiga/src/mkfifo.c Mon Dec 13 13:12:36 1993
- ***************
- *** 61,67 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 61,66 ----
- diff -rc --new-file fileutils-3.9-fsf/src/mknod.c fileutils-3.9-amiga/src/mknod.c
- *** fileutils-3.9-fsf/src/mknod.c Mon Oct 18 23:35:18 1993
- --- fileutils-3.9-amiga/src/mknod.c Mon Dec 13 13:12:39 1993
- ***************
- *** 66,72 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 66,71 ----
- diff -rc --new-file fileutils-3.9-fsf/src/mv.c fileutils-3.9-amiga/src/mv.c
- *** fileutils-3.9-fsf/src/mv.c Mon Oct 18 23:35:19 1993
- --- fileutils-3.9-amiga/src/mv.c Mon Dec 13 13:12:43 1993
- ***************
- *** 120,126 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 120,125 ----
- diff -rc --new-file fileutils-3.9-fsf/src/mvdir.c fileutils-3.9-amiga/src/mvdir.c
- *** fileutils-3.9-fsf/src/mvdir.c Mon Oct 18 23:35:20 1993
- --- fileutils-3.9-amiga/src/mvdir.c Mon Dec 13 13:12:58 1993
- ***************
- *** 99,105 ****
- exit (status);
- }
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 99,104 ----
- diff -rc --new-file fileutils-3.9-fsf/src/rm.c fileutils-3.9-amiga/src/rm.c
- *** fileutils-3.9-fsf/src/rm.c Mon Oct 18 23:35:21 1993
- --- fileutils-3.9-amiga/src/rm.c Mon Dec 13 13:12:52 1993
- ***************
- *** 106,112 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 106,111 ----
- diff -rc --new-file fileutils-3.9-fsf/src/rmdir.c fileutils-3.9-amiga/src/rmdir.c
- *** fileutils-3.9-fsf/src/rmdir.c Mon Oct 18 23:35:22 1993
- --- fileutils-3.9-amiga/src/rmdir.c Mon Dec 13 13:12:49 1993
- ***************
- *** 66,72 ****
- {NULL, 0, NULL, 0}
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 66,71 ----
- diff -rc --new-file fileutils-3.9-fsf/src/touch.c fileutils-3.9-amiga/src/touch.c
- *** fileutils-3.9-fsf/src/touch.c Mon Oct 18 23:35:23 1993
- --- fileutils-3.9-amiga/src/touch.c Mon Dec 13 13:12:54 1993
- ***************
- *** 132,138 ****
- CH_ATIME, CH_ATIME, CH_ATIME, CH_MTIME, CH_MTIME
- };
-
- - void
- main (argc, argv)
- int argc;
- char **argv;
- --- 132,137 ----
-