diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-07-06 07:17:27 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-07-06 07:17:27 +0000 |
| commit | 7b353f1aca0687cb1ff16b6e263f6163cf05b461 (patch) | |
| tree | ae108aedc0d5e19ef4c718db03a16b56e6783ed6 /sbin/mount_null/mount_null.c | |
| parent | 46fc8f78dfba55e5045949dfc95c9d7fbf9ebc76 (diff) | |
Notes
Diffstat (limited to 'sbin/mount_null/mount_null.c')
| -rw-r--r-- | sbin/mount_null/mount_null.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index 4e7f4c323711..c58e06d89791 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -35,17 +35,17 @@ */ #ifndef lint -char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/* +#if 0 static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; -*/ +#endif static const char rcsid[] = - "$Id: mount_null.c,v 1.9 1997/03/29 03:32:42 imp Exp $"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> |
