diff options
author | 2003-03-05 02:41:35 +0000 | |
---|---|---|
committer | 2003-03-05 02:41:35 +0000 | |
commit | 3857a9b666b3d96783c1635bbbbbd62f6a4b64e3 (patch) | |
tree | d7bc2c456872b02e4526af7a5eb73c787b553ec0 | |
parent | document why no extra /bsd or /bsd.rd on the iso, only 3.3/macppc/bsd.rd... (diff) | |
download | wireguard-openbsd-3857a9b666b3d96783c1635bbbbbd62f6a4b64e3.tar.xz wireguard-openbsd-3857a9b666b3d96783c1635bbbbbd62f6a4b64e3.zip |
delete bogus debug msg
-rw-r--r-- | usr.sbin/rwhod/rwhod.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index e61cb0d5af5..e470ed44fb6 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[] = "$OpenBSD: rwhod.c,v 1.25 2002/09/06 19:46:52 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rwhod.c,v 1.26 2003/03/05 02:41:35 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -420,7 +420,6 @@ timer(void) for (i = 0; i < 3; i++) mywd.wd_loadav[i] = htonl((u_long)(avenrun[i] * 100)); cc = (char *)we - (char *)&mywd; -printf("sending cc = %d\n", cc); mywd.wd_sendtime = htonl(time(0)); mywd.wd_vers = WHODVERSION; mywd.wd_type = WHODTYPE_STATUS; |