diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-16 10:15:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-16 10:15:15 +0000 |
commit | 4c59204dd85a5944bfd1cc801c5d018b2fc433fb (patch) | |
tree | 4d16b2dc71d88d07fe57a61b19249a80731ae649 /libexec/rpc.rusersd | |
parent | e673cc0eabeb4476cd11578a81a0e8b209360b42 (diff) |
Missed i386 -> __i386__
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r-- | libexec/rpc.rusersd/rusers_proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c index 13d12b4e01e..761a78571d8 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -27,7 +27,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rusers_proc.c,v 1.5 1997/07/09 15:56:19 kstailey Exp $"; +static char rcsid[] = "$Id: rusers_proc.c,v 1.6 1999/06/16 10:15:14 espie Exp $"; #endif /* not lint */ #include <signal.h> @@ -155,7 +155,7 @@ getidle(tty, display) idle = 0; if (*tty == 'X') { u_long kbd_idle, mouse_idle; -#if !defined(i386) +#if !defined(__i386__) kbd_idle = getidle("kbd", NULL); #else /* |