artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1318422
)
Remove now unused header which I forgot to commit on previous.
author
mestre
<mestre@openbsd.org>
Sun, 5 Aug 2018 08:41:28 +0000
(08:41 +0000)
committer
mestre
<mestre@openbsd.org>
Sun, 5 Aug 2018 08:41:28 +0000
(08:41 +0000)
usr.sbin/eigrpd/eigrpd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/eigrpd/eigrpd.c
b/usr.sbin/eigrpd/eigrpd.c
index
9641795
..
a6bcec0
100644
(file)
--- a/
usr.sbin/eigrpd/eigrpd.c
+++ b/
usr.sbin/eigrpd/eigrpd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: eigrpd.c,v 1.2
4 2018/08/05 08:10:35
mestre Exp $ */
+/* $OpenBSD: eigrpd.c,v 1.2
5 2018/08/05 08:41:28
mestre Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@
-36,7
+36,6
@@
#include "eigrpe.h"
#include "rde.h"
#include "log.h"
-#include "control.h"
static void main_sig_handler(int, short, void *);
static __dead void usage(void);