Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/init White space nit.
details: https://anonhg.NetBSD.org/src/rev/b1aa5bc94e49
branches: trunk
changeset: 537669:b1aa5bc94e49
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Oct 04 13:19:05 2002 +0000
description:
White space nit.
diffstat:
sbin/init/init.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b59617d71fdd -r b1aa5bc94e49 sbin/init/init.c
--- a/sbin/init/init.c Fri Oct 04 13:15:51 2002 +0000
+++ b/sbin/init/init.c Fri Oct 04 13:19:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.52 2002/08/24 01:02:51 lukem Exp $ */
+/* $NetBSD: init.c,v 1.53 2002/10/04 13:19:05 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: init.c,v 1.52 2002/08/24 01:02:51 lukem Exp $");
+__RCSID("$NetBSD: init.c,v 1.53 2002/10/04 13:19:05 simonb Exp $");
#endif
#endif /* not lint */
@@ -500,7 +500,7 @@
int fd;
(void) revoke(name);
- sleep (2); /* leave DTR low */
+ sleep(2); /* leave DTR low */
if ((fd = open(name, O_RDWR)) == -1) {
stall("can't open %s: %m", name);
_exit(1);
Home |
Main Index |
Thread Index |
Old Index