ports/net/apinger/files/patch-src_apinger.h
Michael Landin 29029b1826 apinger cleanup
- Add DOCS option, enabled by default
- Move docs from pkg-plist to PORTDOCS
- Use IPV6_CONFIGURE_ENABLE knob
- Make rclint happy
- Regenerate patches with make makepatch
- Add @sample to apinger.conf
- Bump PORTREVISION due to rc script changei

PR:		ports/204465
Submitted by:	garga
Sponsored by:	Rubicon Communications (Netgate)
2015-11-11 12:59:48 +00:00

11 lines
242 B
C

--- src/apinger.h.orig 2002-12-20 09:19:57 UTC
+++ src/apinger.h
@@ -119,7 +119,7 @@ extern char *config_file;
extern int icmp_sock;
extern int icmp6_sock;
-extern int ident;
+extern uint16_t ident;
extern struct timeval next_probe;