diff options
author | delphij <delphij@FreeBSD.org> | 2008-09-24 00:04:51 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-09-24 00:04:51 +0000 |
commit | 8a7a2f39244f98f8839c9c1e09019643baba7b8a (patch) | |
tree | 3ce35c817ec75ce956626349bc3568e3ef2e6896 /usr.sbin/timed | |
parent | f49c21865d782096d72b282cfafdbd3cc76cff37 (diff) | |
download | FreeBSD-src-8a7a2f39244f98f8839c9c1e09019643baba7b8a.zip FreeBSD-src-8a7a2f39244f98f8839c9c1e09019643baba7b8a.tar.gz |
Remove spurious duplicated defination of sock.
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r-- | usr.sbin/timed/timed/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |