1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/apinger/files/patch-src_apinger.h
Michael Landin 1a670bfca1 - Fix problem with 16bit process id numbers
PR:		ports/125192
Submitted by:	Seth Mos <seth.mos@xs4all.nl>
2008-07-10 20:43:55 +00:00

12 lines
263 B
C

--- src/apinger.h.old 2008-07-10 22:38:08.000000000 +0200
+++ src/apinger.h 2008-07-10 22:38:29.000000000 +0200
@@ -119,7 +119,7 @@
extern int icmp_sock;
extern int icmp6_sock;
-extern int ident;
+extern uint16_t ident;
extern struct timeval next_probe;