Source-Changes-HG archive

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

[src/trunk]: src/sbin/umount move proto to small



details:   https://anonhg.NetBSD.org/src/rev/5b362672f426
branches:  trunk
changeset: 787760:5b362672f426
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 02 01:39:17 2013 +0000

description:
move proto to small

diffstat:

 sbin/umount/umount.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r bd5e1c3b6d01 -r 5b362672f426 sbin/umount/umount.c
--- a/sbin/umount/umount.c      Tue Jul 02 00:18:24 2013 +0000
+++ b/sbin/umount/umount.c      Tue Jul 02 01:39:17 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umount.c,v 1.46 2013/07/01 15:16:33 christos Exp $     */
+/*     $NetBSD: umount.c,v 1.47 2013/07/02 01:39:17 christos Exp $     */
 
 /*-
  * Copyright (c) 1980, 1989, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)umount.c   8.8 (Berkeley) 5/8/95";
 #else
-__RCSID("$NetBSD: umount.c,v 1.46 2013/07/01 15:16:33 christos Exp $");
+__RCSID("$NetBSD: umount.c,v 1.47 2013/07/02 01:39:17 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -183,10 +183,10 @@
        CLIENT *clp;
        char *hostp = NULL;
        struct addrinfo *ai = NULL, hints;
+       const char *proto = NULL;
 #endif /* !SMALL */
        const char *mntpt;
        char *type, rname[MAXPATHLEN];
-       const char *proto = NULL;
        mntwhat what;
        struct stat sb;
 



Home | Main Index | Thread Index | Old Index