diff options
author | imp <imp@cvs.openbsd.org> | 1996-11-01 06:53:26 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-11-01 06:53:26 +0000 |
commit | 916a4850883c803884581d716d081a2b3a7c063b (patch) | |
tree | 30188c250640061a5ece0c003916f9d3a8ecab70 /usr.sbin/rwhod | |
parent | cea1ddb30154ba6e9b37a519ea100579cf859533 (diff) |
Revert obvious comment
Diffstat (limited to 'usr.sbin/rwhod')
-rw-r--r-- | usr.sbin/rwhod/rwhod.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index 241e6be44a5..43f4239f692 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$Id: rwhod.c,v 1.3 1996/11/01 06:45:45 imp Exp $"; +static char rcsid[] = "$Id: rwhod.c,v 1.4 1996/11/01 06:53:25 imp Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -139,8 +139,7 @@ main(argc, argv) (void) signal(SIGHUP, getboottime); openlog("rwhod", LOG_PID, LOG_DAEMON); /* - * Establish host name as returned by system. The -1 plus myname - * being global ensure that myname is NUL terminated. + * Establish host name as returned by system. */ if (gethostname(myname, sizeof(myname) - 1) < 0) { syslog(LOG_ERR, "gethostname: %m"); |