aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/rusers_proc.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commitfb59d6ab65039bba42819e56039849708509b155 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /libexec/rpc.rusersd/rusers_proc.c
parentfb21f2fe904e10443a38446f398448d22a376a48 (diff)
downloadsrc-fb59d6ab65039bba42819e56039849708509b155.tar.gz
src-fb59d6ab65039bba42819e56039849708509b155.zip
__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?
Notes
Notes: svn path=/head/; revision=4131
Diffstat (limited to 'libexec/rpc.rusersd/rusers_proc.c')
-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 ab9d6a0c53f3..b079fbf53968 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);