summaryrefslogtreecommitdiff
path: root/net/apinger/files/patch-src_icmp.c
blob: 3b0eced748de63a09a9da900d319521a6554ec50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/icmp.c.orig	2002-12-19 08:24:33 UTC
+++ src/icmp.c
@@ -197,7 +197,7 @@ socklen_t sl;
 	debug("checking CMSG...");
 	for (c = CMSG_FIRSTHDR(&msg); c; c = CMSG_NXTHDR(&msg, c)) {
 		debug("CMSG level: %i type: %i",c->cmsg_level,c->cmsg_type);
-		if (c->cmsg_level != SOL_SOCKET || c->cmsg_type != SO_TIMESTAMP)
+		if (c->cmsg_level != SOL_SOCKET || c->cmsg_type != SCM_TIMESTAMP)
 			continue;
 		if (c->cmsg_len < CMSG_LEN(sizeof(struct timeval)))
 			continue;