diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 16:54:23 +0000 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 16:54:23 +0000 |
commit | 75a9140be69c464f3b73175209f726bfeabb0c09 (patch) | |
tree | 2b5832ef4f4384cd249e62cca588a2b5b4c4e577 /ospf6d/ospf6d.h | |
parent | cf4a2bbeeaacbe97e88f737bcd904fbc9cf5e237 (diff) |
ospf6d.h: remove declaration of errno (should be via header)
(from pkgsrc)
Diffstat (limited to 'ospf6d/ospf6d.h')
-rw-r--r-- | ospf6d/ospf6d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 2790fc29..2d1f725b 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -25,7 +25,6 @@ #define OSPF6_DAEMON_VERSION "0.9.7r" /* global variables */ -extern int errno; extern struct thread_master *master; #ifdef INRIA_IPV6 |