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/bb08f48df8c1
branches: trunk
changeset: 344744:bb08f48df8c1
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 cc86b07c6918 -r bb08f48df8c1 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