From 8a7a2f39244f98f8839c9c1e09019643baba7b8a Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 24 Sep 2008 00:04:51 +0000 Subject: Remove spurious duplicated defination of sock. --- usr.sbin/timed/timed/globals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index b6207fc..206e7f5 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -55,8 +55,6 @@ #define SECHR (60*60) #define SECDAY (24*SECHR) -extern int sock; - /* Best expected round trip for a measurement. * This is essentially the number of milliseconds per CPU tick (CLK_TCK?). * All delays shorter than this are usually reported as 0. -- cgit v1.1