diff options
author | 2004-05-01 00:39:22 +0000 | |
---|---|---|
committer | 2004-05-01 00:39:22 +0000 | |
commit | 75a39e5e701cfaae50531f2313a633db68893a66 (patch) | |
tree | 1e85a8cfce15331b41470728587d638fd12b1dcb /usr.sbin/rbootd/utils.c | |
parent | Fix nasty bug where driver would not correctly catch and handle an rnr (diff) | |
download | wireguard-openbsd-75a39e5e701cfaae50531f2313a633db68893a66.tar.xz wireguard-openbsd-75a39e5e701cfaae50531f2313a633db68893a66.zip |
priv revoking; tested by millert
Diffstat (limited to 'usr.sbin/rbootd/utils.c')
-rw-r--r-- | usr.sbin/rbootd/utils.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/rbootd/utils.c b/usr.sbin/rbootd/utils.c index 460b6d08bb6..428c85b9d68 100644 --- a/usr.sbin/rbootd/utils.c +++ b/usr.sbin/rbootd/utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.8 2003/06/02 23:36:54 millert Exp $ */ +/* $OpenBSD: utils.c,v 1.9 2004/05/01 00:39:22 deraadt Exp $ */ /* $NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ #ifndef lint /*static char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$OpenBSD: utils.c,v 1.8 2003/06/02 23:36:54 millert Exp $"; +static char rcsid[] = "$OpenBSD: utils.c,v 1.9 2004/05/01 00:39:22 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -78,7 +78,6 @@ DispPkt(RMPCONN *rconn, int direct) { static char BootFmt[] = "\t\tRetCode:%u SeqNo:%lx SessID:%x Vers:%u"; static char ReadFmt[] = "\t\tRetCode:%u Offset:%lx SessID:%x\n"; - struct tm *tmp; struct rmp_packet *rmp; int i, omask; |