diff options
author | 1999-08-16 16:58:22 +0000 | |
---|---|---|
committer | 1999-08-16 16:58:22 +0000 | |
commit | d507ac967eed0ff4bfb955248c5d0606c984ba6c (patch) | |
tree | fde04c5f990d2f3e64b1bfa561d522a63ba159e6 | |
parent | manufacturer and product are 16 bits, 0xffff is the special case (diff) | |
download | wireguard-openbsd-d507ac967eed0ff4bfb955248c5d0606c984ba6c.tar.xz wireguard-openbsd-d507ac967eed0ff4bfb955248c5d0606c984ba6c.zip |
nuke unused variable
-rw-r--r-- | usr.bin/ipcs/ipcs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 2f2379e4782..61f55dbba70 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipcs.c,v 1.8 1998/07/08 22:14:13 deraadt Exp $ */ +/* $OpenBSD: ipcs.c,v 1.9 1999/08/16 16:58:22 millert Exp $ */ /* $NetBSD: ipcs.c,v 1.10.6.1 1996/06/07 01:53:47 thorpej Exp $ */ /* @@ -479,7 +479,6 @@ main(argc, argv) char ctime_buf[100], otime_buf[100]; struct semid_ds *semaptr = &xsema[i]; int j, value; - union semun junk; cvt_time(semaptr->sem_otime, otime_buf); cvt_time(semaptr->sem_ctime, ctime_buf); |