<sys/syslog.h> -> <syslog.h>
This commit is contained in:
parent
628bd54eb0
commit
9f28755bff
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp $ */
|
||||
/* $NetBSD: mountd.c,v 1.21 1995/05/28 05:31:01 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -46,7 +46,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mountd.c 8.8 (Berkeley) 2/20/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mountd.c,v 1.21 1995/05/28 05:31:01 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
@ -56,7 +56,7 @@ static char rcsid[] = "$NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp
|
||||
#include <sys/mount.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ucred.h>
|
||||
|
||||
#include <rpc/rpc.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nfsd.c,v 1.16 1995/03/18 14:59:00 cgd Exp $ */
|
||||
/* $NetBSD: nfsd.c,v 1.17 1995/05/28 05:31:45 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993, 1994
|
||||
@ -46,12 +46,12 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)nfsd.c 8.7 (Berkeley) 2/22/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: nfsd.c,v 1.16 1995/03/18 14:59:00 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: nfsd.c,v 1.17 1995/05/28 05:31:45 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nfsiod.c,v 1.8 1995/03/18 14:59:06 cgd Exp $ */
|
||||
/* $NetBSD: nfsiod.c,v 1.9 1995/05/28 05:32:13 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -46,13 +46,13 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)nfsiod.c 8.3 (Berkeley) 2/22/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: nfsiod.c,v 1.8 1995/03/18 14:59:06 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: nfsiod.c,v 1.9 1995/05/28 05:32:13 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ucred.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp $ */
|
||||
/* $NetBSD: mountd.c,v 1.21 1995/05/28 05:31:01 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -46,7 +46,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mountd.c 8.8 (Berkeley) 2/20/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mountd.c,v 1.21 1995/05/28 05:31:01 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
@ -56,7 +56,7 @@ static char rcsid[] = "$NetBSD: mountd.c,v 1.20 1995/03/21 18:48:50 mycroft Exp
|
||||
#include <sys/mount.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ucred.h>
|
||||
|
||||
#include <rpc/rpc.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nfsd.c,v 1.16 1995/03/18 14:59:00 cgd Exp $ */
|
||||
/* $NetBSD: nfsd.c,v 1.17 1995/05/28 05:31:45 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993, 1994
|
||||
@ -46,12 +46,12 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)nfsd.c 8.7 (Berkeley) 2/22/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: nfsd.c,v 1.16 1995/03/18 14:59:00 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: nfsd.c,v 1.17 1995/05/28 05:31:45 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nfsiod.c,v 1.8 1995/03/18 14:59:06 cgd Exp $ */
|
||||
/* $NetBSD: nfsiod.c,v 1.9 1995/05/28 05:32:13 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -46,13 +46,13 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)nfsiod.c 8.3 (Berkeley) 2/22/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: nfsiod.c,v 1.8 1995/03/18 14:59:06 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: nfsiod.c,v 1.9 1995/05/28 05:32:13 jtc Exp $";
|
||||
#endif
|
||||
#endif not lint
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/ucred.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user