Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_chfs GC mopts.



details:   https://anonhg.NetBSD.org/src/rev/3c813c7eae2f
branches:  trunk
changeset: 789939:3c813c7eae2f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 13 21:03:29 2013 +0000

description:
GC mopts.

diffstat:

 sbin/mount_chfs/mount_chfs.c |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 98eacc7024f9 -r 3c813c7eae2f sbin/mount_chfs/mount_chfs.c
--- a/sbin/mount_chfs/mount_chfs.c      Fri Sep 13 21:03:04 2013 +0000
+++ b/sbin/mount_chfs/mount_chfs.c      Fri Sep 13 21:03:29 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_chfs.c,v 1.1 2011/11/24 15:54:55 ahoka Exp $     */
+/*     $NetBSD: mount_chfs.c,v 1.2 2013/09/13 21:03:29 joerg Exp $     */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -55,14 +55,6 @@
 
 /* --------------------------------------------------------------------- */
 
-static const struct mntopt mopts[] = {
-       MOPT_STDOPTS,
-       MOPT_GETARGS,
-       MOPT_NULL,
-};
-
-/* --------------------------------------------------------------------- */
-
 static void    usage(void) __dead;
 
 /* --------------------------------------------------------------------- */



Home | Main Index | Thread Index | Old Index