aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-09-24 00:04:51 +0000
committerXin LI <delphij@FreeBSD.org>2008-09-24 00:04:51 +0000
commit6b41097822d5a27e9d1e006165e3079a92b5fc2b (patch)
tree3ce35c817ec75ce956626349bc3568e3ef2e6896 /usr.sbin
parentd3e5e8d1b6788875a255fbbcf0a27a6820ea1288 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/timed/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h
index b6207fc7d2f5..206e7f59244a 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.