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 | |
parent | cf4a2bbeeaacbe97e88f737bcd904fbc9cf5e237 (diff) |
ospf6d.h: remove declaration of errno (should be via header)
(from pkgsrc)
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ChangeLog | 4 | ||||
-rw-r--r-- | ospf6d/ospf6d.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 6a0bb5e1..ed9c2a1e 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,7 @@ +2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> + + * ospf6d.h: remove declaration of errno (should be via header) + 2006-03-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_asbr.c: fix bug of needless forwarding address 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 |