Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mtrace one more indentation fix
details: https://anonhg.NetBSD.org/src/rev/eda062645e14
branches: trunk
changeset: 535042:eda062645e14
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Aug 09 02:09:25 2002 +0000
description:
one more indentation fix
diffstat:
usr.sbin/mtrace/mtrace.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 13f2237685d8 -r eda062645e14 usr.sbin/mtrace/mtrace.c
--- a/usr.sbin/mtrace/mtrace.c Fri Aug 09 02:09:01 2002 +0000
+++ b/usr.sbin/mtrace/mtrace.c Fri Aug 09 02:09:25 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mtrace.c,v 1.22 2002/08/09 02:09:01 itojun Exp $ */
+/* $NetBSD: mtrace.c,v 1.23 2002/08/09 02:09:25 itojun Exp $ */
/*
* mtrace.c
@@ -52,7 +52,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mtrace.c,v 1.22 2002/08/09 02:09:01 itojun Exp $");
+__RCSID("$NetBSD: mtrace.c,v 1.23 2002/08/09 02:09:25 itojun Exp $");
#endif
#include <sys/types.h>
@@ -1165,7 +1165,7 @@
}
init_igmp();
if (setuid(getuid()) == -1)
- log(LOG_ERR, errno, "setuid");
+ log(LOG_ERR, errno, "setuid");
argv++, argc--;
if (argc == 0) goto usage;
Home |
Main Index |
Thread Index |
Old Index