aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-11-06 16:37:15 +0000
committerEd Schouten <ed@FreeBSD.org>2011-11-06 16:37:15 +0000
commitacd29a915fee0ac32a191d53f975c2aef31da745 (patch)
tree0b5ee0f6825100b31315c4fe397e7c659d0f43ee /usr.sbin
parent130515293b34058d9f48fd431657b1d8d7a6a5c0 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/timed/readmsg.c3
-rw-r--r--usr.sbin/timed/timed/timed.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c
index 0d0d3170bd79..e21979aee017 100644
--- a/usr.sbin/timed/timed/readmsg.c
+++ b/usr.sbin/timed/timed/readmsg.c
@@ -35,10 +35,9 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
+#define TSPTYPES
#include "globals.h"
-extern char *tsptype[];
-
/*
* LOOKAT checks if the message is of the requested type and comes from
* the right machine, returning 1 in case of affirmative answer
diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c
index 149255a5dcc6..63d1a48c789e 100644
--- a/usr.sbin/timed/timed/timed.c
+++ b/usr.sbin/timed/timed/timed.c
@@ -42,7 +42,6 @@ static char sccsid[] = "@(#)timed.c 8.1 (Berkeley) 6/6/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#define TSPTYPES
#include "globals.h"
#include <net/if.h>
#include <sys/file.h>