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

Diff for /src/usr.bin/showmount/showmount.c between version 1.7 and 1.8

version 1.7, 1997/09/11 11:09:56 version 1.8, 2001/08/12 12:03:03
Line 41 
Line 41 
 static char copyright[] =  static char copyright[] =
 "@(#) Copyright (c) 1989, 1993, 1995\n\  "@(#) Copyright (c) 1989, 1993, 1995\n\
         The Regents of the University of California.  All rights reserved.\n";          The Regents of the University of California.  All rights reserved.\n";
 #endif not lint  #endif /* not lint */
   
 #ifndef lint  #ifndef lint
 #if 0  #if 0
 static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95";  static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95";
 #endif  #endif
 static char rcsid[] = "$OpenBSD$";  static char rcsid[] = "$OpenBSD$";
 #endif not lint  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/file.h>  #include <sys/file.h>

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