diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index 0d0d3170bd7..e21979aee01 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 149255a5dcc..63d1a48c789 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 __FBSDID("$FreeBSD$"); -#define TSPTYPES #include "globals.h" #include #include