Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/syslogd whitespace fix
details: https://anonhg.NetBSD.org/src/rev/e2d4ca608c2a
branches: trunk
changeset: 547195:e2d4ca608c2a
user: itojun <itojun%NetBSD.org@localhost>
date: Wed May 14 23:58:23 2003 +0000
description:
whitespace fix
diffstat:
usr.sbin/syslogd/syslogd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 10835c9d3cbf -r e2d4ca608c2a usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c Wed May 14 23:53:09 2003 +0000
+++ b/usr.sbin/syslogd/syslogd.c Wed May 14 23:58:23 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syslogd.c,v 1.58 2003/05/14 23:53:09 itojun Exp $ */
+/* $NetBSD: syslogd.c,v 1.59 2003/05/14 23:58:23 itojun Exp $ */
/*
* Copyright (c) 1983, 1988, 1993, 1994
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94";
#else
-__RCSID("$NetBSD: syslogd.c,v 1.58 2003/05/14 23:53:09 itojun Exp $");
+__RCSID("$NetBSD: syslogd.c,v 1.59 2003/05/14 23:58:23 itojun Exp $");
#endif
#endif /* not lint */
@@ -193,7 +193,7 @@
int daemonized = 0; /* we are not daemonized yet */
char LocalHostName[MAXHOSTNAMELEN+1]; /* our hostname */
char *LocalDomain; /* our local domain name */
-int *finet = NULL; /* Internet datagram sockets */
+int *finet = NULL; /* Internet datagram sockets */
int Initialized = 0; /* set when we have initialized ourselves */
int MarkInterval = 20 * 60; /* interval between marks in seconds */
int MarkSeq = 0; /* mark sequence number */
Home |
Main Index |
Thread Index |
Old Index