diff options
Diffstat (limited to 'usr.bin/file/patchlevel.h')
| -rw-r--r-- | usr.bin/file/patchlevel.h | 63 | 
1 files changed, 36 insertions, 27 deletions
| diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index 387ac2ca029a..26f42d279b16 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -1,32 +1,41 @@  #define	FILE_VERSION_MAJOR	3 -#define	patchlevel		22 +#define	patchlevel		19  /*   * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.22 1997/01/15 17:23:24 christos Exp $ + * $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $   *   * $Log: patchlevel.h,v $ - * Revision 1.22  1997/01/15 17:23:24  christos - * - add support for elf core files: find the program name under SVR4 [Ken Pizzini] - * - print strings only up to the first carriage return [various] - * - freebsd international ascii support [J Wunsch] - * - magic fixes and additions [Guy Harris] - * - 64 bit fixes [Larry Schwimmer] - * - support for both utime and utimes, but don't restore file access times - *   by default [various] - * - \xXX only takes 2 hex digits, not 3. - * - re-implement support for core files [Guy Harris] - * - * Revision 1.21  1996/10/05 18:15:29  christos - * Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF - * More magic fixes - * - * Revision 1.20  1996/06/22  22:15:52  christos - * - support relative offsets of the form >& - * - fix bug with truncating magic strings that contain \n - * - file -f - did not read from stdin as documented - * - support elf file parsing using our own elf support. - * - as always magdir fixes and additions. + * Revision 1.5  1997/02/22 19:29:15  peter + * Revert $Id$ to $Id$ + * + * Revision 1.4  1997/01/14 06:59:48  jkh + * Make the long-awaited change from $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ to $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ + * + * This will make a number of things easier in the future, as well as (finally!) + * avoiding the Id-smashing problem which has plagued developers for so long. + * + * Boy, I'm glad we're not using sup anymore.  This update would have been + * insane otherwise. + * + * Revision 1.3  1996/01/23 12:40:20  mpp + * Merged changes to resolve conflicts with file 3.19 import. + * + * Revision 1.2  1995/05/30 06:30:06  rgrimes + * Remove trailing whitespace. + * + * Revision 1.1.1.2  1996/01/22 22:31:44  mpp + * Upgrade to file version 3.19. + * + * Revision 1.1.1.1  1994/09/03  19:16:23  csgr + * Bring in file 3.14 by Ian Darwin (and Christos Zoulas) + * + * The following files were moved to different names: + * - file.man -> file.1 + * - magic.man -> magic.5 + * + * The following file was removed: + * - Magdir/Makefile   *   * Revision 1.19  1995/10/27  23:14:46  christos   * Ability to parse colon separated list of magic files @@ -93,15 +102,15 @@   * Numerous changes from Guy Harris too numerous to mention but including   * byte-order independance, fixing "old-style masking", etc. etc. A bugfix   * for broken symlinks from martin@@d255s004.zfe.siemens.de. - *  + *   * Revision 1.7  93/01/05  14:57:27  ian   * Couple of nits picked by Christos (again, thanks). - *  + *   * Revision 1.6  93/01/05  13:51:09  ian   * Lotsa work on the Magic directory. - *  + *   * Revision 1.5  92/09/14  14:54:51  ian   * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress. - *  + *   */ | 
