Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs/nfsservice ggr, make debug static. I hate that ...



details:   https://anonhg.NetBSD.org/src/rev/b9b59c508929
branches:  trunk
changeset: 342474:b9b59c508929
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 23 18:10:39 2015 +0000

description:
ggr, make debug static. I hate that the copy of this and the original
source has diverged so much!

diffstat:

 tests/fs/nfs/nfsservice/nfsd.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 3186493fb18f -r b9b59c508929 tests/fs/nfs/nfsservice/nfsd.c
--- a/tests/fs/nfs/nfsservice/nfsd.c    Wed Dec 23 18:10:10 2015 +0000
+++ b/tests/fs/nfs/nfsservice/nfsd.c    Wed Dec 23 18:10:39 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsd.c,v 1.5 2015/08/21 14:19:10 christos Exp $        */
+/*     $NetBSD: nfsd.c,v 1.6 2015/12/23 18:10:39 christos Exp $        */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)nfsd.c     8.9 (Berkeley) 3/29/95";
 #else
-__RCSID("$NetBSD: nfsd.c,v 1.5 2015/08/21 14:19:10 christos Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.6 2015/12/23 18:10:39 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -89,9 +89,9 @@
     fprintf(stderr,(s), ## args);                                      \
     fprintf(stderr, "\n");                                             \
 } while (/*CONSTCOND*/0)
-int    debug = 1;
+static int     debug = 1;
 #else
-int    debug = 0;
+static int     debug = 0;
 #endif
 
 void   nonfs(int);



Home | Main Index | Thread Index | Old Index