summaryrefslogtreecommitdiffstats
path: root/usr.bin/who
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2001-11-19 19:02:13 +0000
committermpech <mpech@openbsd.org>2001-11-19 19:02:13 +0000
commitc0932ef1ff904414b7b30ce50770e9406cf07263 (patch)
treedb3d911ff20f2ed15d51bfd21c0561eef33d12dc /usr.bin/who
parentclarify/state that private keys are not exposed to clients using the agent; (diff)
downloadwireguard-openbsd-c0932ef1ff904414b7b30ce50770e9406cf07263.tar.xz
wireguard-openbsd-c0932ef1ff904414b7b30ce50770e9406cf07263.zip
kill more registers
millert@ ok
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/who.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index 2ca1508355b..f39f954e1de 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: who.c,v 1.10 2001/01/31 17:42:26 deraadt Exp $ */
+/* $OpenBSD: who.c,v 1.11 2001/11/19 19:02:18 mpech Exp $ */
/* $NetBSD: who.c,v 1.4 1994/12/07 04:28:49 jtc Exp $ */
/*
@@ -47,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: who.c,v 1.10 2001/01/31 17:42:26 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: who.c,v 1.11 2001/11/19 19:02:18 mpech Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -192,7 +192,7 @@ who_am_i(ufp)
{
struct utmp usr;
struct passwd *pw;
- register char *p;
+ char *p;
char *t;
/* search through the utmp and find an entry for this tty */