]> granicus.if.org Git - file/commitdiff
- use strtoul() where it exists.
authorChristos Zoulas <christos@zoulas.com>
Sat, 25 Mar 1995 22:06:45 +0000 (22:06 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 25 Mar 1995 22:06:45 +0000 (22:06 +0000)
- fix sign-extend bug
- try to detect tar archives before nroff files, otherwise
  tar files where the first file starts with a . will not work

src/patchlevel.h

index 444bbb259b0f2824915f8dd756e2ed58e94a42ea..0c225cd250f4de3eead81cdbabc727ac521b9967 100644 (file)
@@ -1,12 +1,18 @@
 #define        FILE_VERSION_MAJOR      3
-#define        patchlevel              15
+#define        patchlevel              16
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.15 1995/01/21 21:03:35 christos Exp $
+ * $Id: patchlevel.h,v 1.16 1995/03/25 22:06:45 christos Exp $
  *
  * $Log: patchlevel.h,v $
- * Revision 1.15  1995/01/21 21:03:35  christos
+ * Revision 1.16  1995/03/25 22:06:45  christos
+ * - use strtoul() where it exists.
+ * - fix sign-extend bug
+ * - try to detect tar archives before nroff files, otherwise
+ *   tar files where the first file starts with a . will not work
+ *
+ * Revision 1.15  1995/01/21  21:03:35  christos
  * Added CSECTION for the file man page
  * Added version flag -v
  * Fixed bug with -f input flag (from iorio@violet.berkeley.edu)