diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-25 15:56:24 +0000 |
commit | 6967ae698477e809eb79f71e8ee2b9db37c9183a (patch) | |
tree | 1decc90a7a3407dfdf7cdc3ff4aa11c2aa9ef862 /usr.sbin/amd/config/mtab_bsd.c | |
parent | 22a628436b9c63f1069f0a15af3684d68574d575 (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.c | 6 |
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; { |