summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal/pt_exec.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-07-06 07:19:27 +0000
committercharnier <charnier@FreeBSD.org>1998-07-06 07:19:27 +0000
commitbeb07fe1b82dfa0236722c7bc4891a23f8557fec (patch)
tree1af94e571e4c5f9c1635b2e05277f289076d65d3 /sbin/mount_portal/pt_exec.c
parent112ec6c26987e9958ff540a00d5fd04feafc449e (diff)
downloadFreeBSD-src-beb07fe1b82dfa0236722c7bc4891a23f8557fec.zip
FreeBSD-src-beb07fe1b82dfa0236722c7bc4891a23f8557fec.tar.gz
Correct use of .Nm. Spelling. Add rcsid and remove unused #includes.
Diffstat (limited to 'sbin/mount_portal/pt_exec.c')
-rw-r--r--sbin/mount_portal/pt_exec.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c
index 6ee2bf5..6ee326d 100644
--- a/sbin/mount_portal/pt_exec.c
+++ b/sbin/mount_portal/pt_exec.c
@@ -35,17 +35,16 @@
* SUCH DAMAGE.
*
* @(#)pt_exec.c 8.1 (Berkeley) 6/5/93
- *
- * $Id$
*/
-#include <stdio.h>
-#include <unistd.h>
-#include <stdlib.h>
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <errno.h>
#include <sys/types.h>
#include <sys/param.h>
-#include <sys/syslog.h>
#include "portald.h"
OpenPOWER on IntegriCloud