mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- 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)
11 lines
242 B
C
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;
|
|
|