aboutsummaryrefslogtreecommitdiff
path: root/libexec
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
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')
-rw-r--r--libexec/bootpd/getether.c2
-rw-r--r--libexec/rpc.rusersd/rusers_proc.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index d131b50f7f89..724a3767d3a7 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -101,7 +101,7 @@ getether(ifname, eap)
#endif /* SUNOS */
-#if defined(__386BSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
/* Thanks to John Brezak <brezak@ch.hp.com> for this code. */
#include <sys/ioctl.h>
#include <net/if.h>
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);