From bcb1d8469db6e7e2f171898c3bd97c025101c345 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 6 Jul 1998 07:12:38 +0000 Subject: Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() strings. --- sbin/mount_ifs/getmntopts.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sbin/mount_ifs/getmntopts.c') diff --git a/sbin/mount_ifs/getmntopts.c b/sbin/mount_ifs/getmntopts.c index 733ef7f7acc9..25b8d090c128 100644 --- a/sbin/mount_ifs/getmntopts.c +++ b/sbin/mount_ifs/getmntopts.c @@ -36,20 +36,16 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; #else static const char rcsid[] = - "$Id$"; + "$Id: getmntopts.c,v 1.6 1997/08/24 21:02:47 steve Exp $"; #endif #endif /* not lint */ #include -#include #include -#include -#include #include #include -#include "extern.h" #include "mntopts.h" int getmnt_silent = 0; @@ -96,7 +92,7 @@ getmntopts(options, m0, flagp, altflagp) break; } - /* Save flag, or fail if option is not recognised. */ + /* Save flag, or fail if option is not recognized. */ if (m->m_option) { thisflagp = m->m_altloc ? altflagp : flagp; if (negative == m->m_inverse) -- cgit v1.2.3