summaryrefslogtreecommitdiff
path: root/usr.sbin/amd/config/mtab_bsd.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-25 15:56:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-25 15:56:24 +0000
commit6967ae698477e809eb79f71e8ee2b9db37c9183a (patch)
tree1decc90a7a3407dfdf7cdc3ff4aa11c2aa9ef862 /usr.sbin/amd/config/mtab_bsd.c
parent22a628436b9c63f1069f0a15af3684d68574d575 (diff)
From NetBSD: merge of 960317
Diffstat (limited to 'usr.sbin/amd/config/mtab_bsd.c')
-rw-r--r--usr.sbin/amd/config/mtab_bsd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/amd/config/mtab_bsd.c b/usr.sbin/amd/config/mtab_bsd.c
index b1791ee09a1..6d2bb72b8fd 100644
--- a/usr.sbin/amd/config/mtab_bsd.c
+++ b/usr.sbin/amd/config/mtab_bsd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: mtab_bsd.c,v 1.2 1996/03/25 15:54:52 niklas Exp $ */
+
/*
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
@@ -36,16 +38,12 @@
* SUCH DAMAGE.
*
* from: @(#)mtab_bsd.c 8.1 (Berkeley) 6/6/93
- * $Id: mtab_bsd.c,v 1.1 1995/10/18 08:47:14 deraadt Exp $
- *
*/
#include "am.h"
#ifdef READ_MTAB_BSD_STYLE
-#include <sys/mount.h>
-
static struct mntent *mnt_dup(mp)
struct statfs *mp;
{