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

Diff for /src/usr.bin/hexdump/hexdump.c between version 1.6 and 1.7

version 1.6, 2001/11/19 19:02:14 version 1.7, 2001/12/30 08:17:32
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   /*      $NetBSD: hexdump.c,v 1.7 1997/10/19 02:34:06 lukem Exp $        */
   
 /*  /*
  * Copyright (c) 1989 The Regents of the University of California.   * Copyright (c) 1989, 1993
  * All rights reserved.   *      The Regents of the University of California.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 54 
Line 55 
 int exitval;                            /* final exit value */  int exitval;                            /* final exit value */
 int length = -1;                        /* max bytes to read */  int length = -1;                        /* max bytes to read */
   
   int     main __P((int, char **));
   
 int  int
 main(argc, argv)  main(argc, argv)
         int argc;          int argc;
         char **argv;          char *argv[];
 {  {
         FS *tfs;          FS *tfs;
         char *p;          char *p;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7