diff options
Diffstat (limited to 'print-loopback.c')
-rw-r--r-- | print-loopback.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print-loopback.c b/print-loopback.c index ee0caf3..b96b638 100644 --- a/print-loopback.c +++ b/print-loopback.c @@ -29,12 +29,11 @@ /* * originally defined as the Ethernet Configuration Testing Protocol. - * specification: https://www.mit.edu/people/jhawk/ctp.pdf + * specification: + * https://web.archive.org/web/20060919181108/http://www.mit.edu/people/jhawk/ctp.pdf */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include "netdissect-stdinc.h" |