Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/nfsd Add a missing close bracket, in some currently...



details:   https://anonhg.NetBSD.org/src/rev/4c377e573268
branches:  trunk
changeset: 473561:4c377e573268
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 07 06:06:20 1999 +0000

description:
Add a missing close bracket, in some currently-unused code.

diffstat:

 usr.sbin/nfsd/nfsd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 99eaaa06c19c -r 4c377e573268 usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c      Mon Jun 07 05:40:08 1999 +0000
+++ b/usr.sbin/nfsd/nfsd.c      Mon Jun 07 06:06:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsd.c,v 1.28 1999/03/26 07:15:23 lukem Exp $  */
+/*     $NetBSD: nfsd.c,v 1.29 1999/06/07 06:06:20 thorpej Exp $        */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)nfsd.c     8.9 (Berkeley) 3/29/95";
 #else
-__RCSID("$NetBSD: nfsd.c,v 1.28 1999/03/26 07:15:23 lukem Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.29 1999/06/07 06:06:20 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -342,6 +342,7 @@
                                if ((nsd.nsd_ttl - 1) == ntohl(kout.w2))
                                    nfssvc_flag = NFSSVC_NFSD | NFSSVC_AUTHIN;
                        }
+                   }
 #endif /* NFSKERB */
                }
                exit(0);



Home | Main Index | Thread Index | Old Index