Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl Nuke a debugging printf that I forgot to remove...
details: https://anonhg.NetBSD.org/src/rev/8f0576ecb028
branches: trunk
changeset: 480303:8f0576ecb028
user: oster <oster%NetBSD.org@localhost>
date: Sun Jan 09 03:06:35 2000 +0000
description:
Nuke a debugging printf that I forgot to remove before last commit.
diffstat:
sbin/raidctl/raidctl.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ecafed8a8825 -r 8f0576ecb028 sbin/raidctl/raidctl.c
--- a/sbin/raidctl/raidctl.c Sun Jan 09 02:56:13 2000 +0000
+++ b/sbin/raidctl/raidctl.c Sun Jan 09 03:06:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: raidctl.c,v 1.10 2000/01/05 03:02:41 oster Exp $ */
+/* $NetBSD: raidctl.c,v 1.11 2000/01/09 03:06:35 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -326,7 +326,6 @@
{
if (ioctl(fd, command, arg) < 0) {
warn("ioctl (%s) failed", ioctl_name);
- printf("ioctl (%s) failed", ioctl_name);
exit(1);
}
}
Home |
Main Index |
Thread Index |
Old Index