Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ufs missing ,



details:   https://anonhg.NetBSD.org/src/rev/53e336c38aee
branches:  trunk
changeset: 814886:53e336c38aee
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 14 03:25:28 2016 +0000

description:
missing ,

diffstat:

 sys/ufs/ufs/ufs_lookup.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b3c7330f061 -r 53e336c38aee sys/ufs/ufs/ufs_lookup.c
--- a/sys/ufs/ufs/ufs_lookup.c  Thu Apr 14 03:23:22 2016 +0000
+++ b/sys/ufs/ufs/ufs_lookup.c  Thu Apr 14 03:25:28 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_lookup.c,v 1.142 2016/04/14 03:23:22 christos Exp $        */
+/*     $NetBSD: ufs_lookup.c,v 1.143 2016/04/14 03:25:28 christos Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.142 2016/04/14 03:23:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.143 2016/04/14 03:25:28 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ffs.h"
@@ -769,7 +769,7 @@
                if (name[i] == '\0') {
                        str = "NUL in name";
 #ifdef DIAGNOSTIC
-                       snprintf(buf, sizeof(buf), "%s [%s] i=%d, namlen=%d"
+                       snprintf(buf, sizeof(buf), "%s [%s] i=%d, namlen=%d",
                            str, name, i, namlen);
                        str = buf;
 #endif



Home | Main Index | Thread Index | Old Index