[BACK]Return to strip.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / strip

Diff for /src/usr.bin/strip/Attic/strip.c between version 1.9 and 1.10

version 1.9, 1997/09/11 11:21:54 version 1.10, 1998/05/11 07:41:25
Line 57 
Line 57 
 #include <string.h>  #include <string.h>
 #include <err.h>  #include <err.h>
   
   #ifdef MID_MACHINE_OVERRIDE
   #undef MID_MACHINE
   #define MID_MACHINE MID_MACHINE_OVERRIDE
   #endif
   
 typedef struct exec EXEC;  typedef struct exec EXEC;
 typedef struct nlist NLIST;  typedef struct nlist NLIST;
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10