=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/showmount/showmount.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/showmount/showmount.c 1997/09/11 11:09:56 1.7 --- src/usr.bin/showmount/showmount.c 2001/08/12 12:03:03 1.8 *************** *** 1,4 **** ! /* $OpenBSD: showmount.c,v 1.7 1997/09/11 11:09:56 deraadt Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: showmount.c,v 1.8 2001/08/12 12:03:03 heko Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* *************** *** 41,54 **** static char copyright[] = "@(#) Copyright (c) 1989, 1993, 1995\n\ The Regents of the University of California. All rights reserved.\n"; ! #endif not lint #ifndef lint #if 0 static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif ! static char rcsid[] = "$OpenBSD: showmount.c,v 1.7 1997/09/11 11:09:56 deraadt Exp $"; ! #endif not lint #include #include --- 41,54 ---- static char copyright[] = "@(#) Copyright (c) 1989, 1993, 1995\n\ The Regents of the University of California. All rights reserved.\n"; ! #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif ! static char rcsid[] = "$OpenBSD: showmount.c,v 1.8 2001/08/12 12:03:03 heko Exp $"; ! #endif /* not lint */ #include #include