summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commite78f90a463bccd212562b38296af14108597d7d2 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /libexec/rpc.rusersd
parente5e0a79080bc8c0bcc844b2d769845c4bdb7ce09 (diff)
downloadFreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.zip
FreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.tar.gz
__386BSD__ -> __FreeBSD__
I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r--libexec/rpc.rusersd/rusers_proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c
index ab9d6a0..b079fbf 100644
--- a/libexec/rpc.rusersd/rusers_proc.c
+++ b/libexec/rpc.rusersd/rusers_proc.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: rusers_proc.c,v 1.2 1994/03/06 02:07:58 jkh Exp $";
+static char rcsid[] = "$Id: rusers_proc.c,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $";
#endif /* not lint */
#include <signal.h>
@@ -158,7 +158,7 @@ getidle(char *tty, char *display)
idle = 0;
if (*tty == 'X') {
u_long kbd_idle, mouse_idle;
-#if !defined(__386BSD__)
+#if !defined(__FreeBSD__)
kbd_idle = getidle("kbd", NULL);
#else
kbd_idle = getidle("vga", NULL);
OpenPOWER on IntegriCloud