Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/nfsd minor knf



details:   https://anonhg.NetBSD.org/src/rev/bdbb9ec8c431
branches:  trunk
changeset: 502072:bdbb9ec8c431
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jan 11 07:58:04 2001 +0000

description:
minor knf

diffstat:

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

diffs (27 lines):

diff -r 1ced6f88f5b5 -r bdbb9ec8c431 usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c      Thu Jan 11 07:05:58 2001 +0000
+++ b/usr.sbin/nfsd/nfsd.c      Thu Jan 11 07:58:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsd.c,v 1.33 2001/01/11 01:43:10 lukem Exp $  */
+/*     $NetBSD: nfsd.c,v 1.34 2001/01/11 07:58:04 lukem 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.33 2001/01/11 01:43:10 lukem Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.34 2001/01/11 07:58:04 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -376,7 +376,7 @@
 #ifdef NFSKERB
                if (sizeof (struct nfsrpc_fullverf) != RPCX_FULLVERF ||
                    sizeof (struct nfsrpc_fullblock) != RPCX_FULLBLOCK)
-                   syslog(LOG_ERR, "Yikes NFSKERB structs not packed!");
+                       syslog(LOG_ERR, "Yikes NFSKERB structs not packed!");
                nsd.nsd_authstr = (u_char *)&kt;
                nsd.nsd_authlen = sizeof (kt);
                nsd.nsd_verfstr = (u_char *)&kverf;



Home | Main Index | Thread Index | Old Index