home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / bin / zoo-2.10 / zoo-2.10.diff
Encoding:
Text File  |  1994-12-31  |  1.5 KB  |  45 lines

  1. --- makefile.orig    Sun Sep 25 03:26:37 1994
  2. +++ makefile    Sun Sep 25 03:26:45 1994
  3. @@ -235,7 +235,7 @@
  4.  parse.o: zoofns.h zooio.h
  5.  portable.o: /usr/include/stdio.h assert.h debug.h machine.h options.h
  6.  portable.o: portable.h various.h zoo.h zoofns.h zooio.h
  7. -prterror.o: /usr/include/stdio.h /usr/include/varargs.h options.h various.h
  8. +prterror.o: /usr/include/stdio.h /usr/include/unistd.h options.h various.h
  9.  prterror.o: zoofns.h zooio.h
  10.  sysv.o: /usr/include/sys/stat.h /usr/include/sys/types.h /usr/include/time.h
  11.  sysv.o: nixmode.i nixtime.i
  12. --- makefile.orig    Sat Dec 31 00:23:57 1994
  13. +++ makefile    Sat Dec 31 00:24:31 1994
  14. @@ -23,7 +23,7 @@
  15.  MODEL =
  16.  EXTRA = -DBIG_MEM -DNDEBUG
  17.  LINTFLAGS = -DLINT
  18. -OPTIM = -O
  19. +OPTIM = -O2
  20.  DESTDIR = /usr/local/bin
  21.  
  22.  #List of all object files created for Zoo
  23. @@ -88,7 +88,7 @@
  24.  # A generic system -- may have less than full functionality.
  25.  # Compile with -g, since debugging will probably be needed.
  26.  generic:
  27. -    $(MAKE) CFLAGS="-c -g -DGENERIC" $(TARGETS)
  28. +    $(MAKE) CFLAGS="-c -O2 -DGENERIC" $(TARGETS)
  29.  
  30.  # Reasonably generic BSD 4.3
  31.  bsd:
  32. --- various.h.orig    Sat Dec 31 00:22:03 1994
  33. +++ various.h    Sat Dec 31 00:22:45 1994
  34. @@ -54,8 +54,8 @@
  35.  int fwrite PARMS ((VOIDPTR, int, int, FILE *));
  36.  # else
  37.  int fputc PARMS ((char, FILE *));
  38. -int fread PARMS ((VOIDPTR, unsigned, unsigned, FILE *));
  39. -int fwrite PARMS ((VOIDPTR, unsigned, unsigned, FILE *));
  40. +/* int fread PARMS ((VOIDPTR, unsigned, unsigned, FILE *));
  41. +int fwrite PARMS ((VOIDPTR, unsigned, unsigned, FILE *)); */
  42.  # endif /* ALWAYS_INT */
  43.  #endif /* NO_STDIO_FN */
  44.  
  45.