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 comment out lp64-offensive line (the...
details: https://anonhg.NetBSD.org/src/rev/4d7f48c52fb8
branches: trunk
changeset: 756635:4d7f48c52fb8
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jul 26 19:24:35 2010 +0000
description:
comment out lp64-offensive line (the syslog() calls are not used currently)
diffstat:
tests/fs/nfs/nfsservice/mountd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fa430ec51b41 -r 4d7f48c52fb8 tests/fs/nfs/nfsservice/mountd.c
--- a/tests/fs/nfs/nfsservice/mountd.c Mon Jul 26 19:19:15 2010 +0000
+++ b/tests/fs/nfs/nfsservice/mountd.c Mon Jul 26 19:24:35 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mountd.c,v 1.1 2010/07/26 15:53:00 pooka Exp $ */
+/* $NetBSD: mountd.c,v 1.2 2010/07/26 19:24:35 pooka Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95";
#else
-__RCSID("$NetBSD: mountd.c,v 1.1 2010/07/26 15:53:00 pooka Exp $");
+__RCSID("$NetBSD: mountd.c,v 1.2 2010/07/26 19:24:35 pooka Exp $");
#endif
#endif /* not lint */
@@ -570,7 +570,7 @@
error = 0;
if (rump_sys_getfh(dpath, &fhr.fhr_fh, &fh_size) < 0) {
bad = error;
- syslog(LOG_ERR, "Can't get fh for %s %d %d", dpath, error, fh_size);
+ //syslog(LOG_ERR, "Can't get fh for %s %d %d", dpath, error, fh_size);
if (!svc_sendreply(transp, xdr_long,
(char *)&bad))
syslog(LOG_ERR, "Can't send reply");
Home |
Main Index |
Thread Index |
Old Index