diff options
Diffstat (limited to 'sbin/nfsiod')
-rw-r--r-- | sbin/nfsiod/Makefile | 2 | ||||
-rw-r--r-- | sbin/nfsiod/nfsiod.8 | 2 | ||||
-rw-r--r-- | sbin/nfsiod/nfsiod.c | 12 |
3 files changed, 0 insertions, 16 deletions
diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 78e3e77da608..974c7de3362b 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -1,5 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 - PROG= nfsiod MAN= nfsiod.8 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index cb9ab471dddb..7abe5a832bbf 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)nfsiod.8 8.2 (Berkeley) 2/22/94 -.\" .Dd December 26, 2009 .Dt NFSIOD 8 .Os diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index 45a0ec0a9741..c34671a8c551 100644 --- a/sbin/nfsiod/nfsiod.c +++ b/sbin/nfsiod/nfsiod.c @@ -32,18 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif - -#ifndef lint -static char sccsid[] = "@(#)nfsiod.c 8.4 (Berkeley) 5/3/95"; -#endif -#endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/syslog.h> #include <sys/wait.h> |