FreeBSD Bugzilla – Attachment 55622 Details for
Bug 84018
Bug in net/apinger port using SO_TIMESTAMP socket option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 928 bytes, created by
Louis Mamakos
on 2005-07-24 22:50:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Louis Mamakos
Created:
2005-07-24 22:50:04 UTC
Size:
928 bytes
patch
obsolete
>*** src/icmp.c~ Thu Dec 19 03:24:33 2002 >--- src/icmp.c Sun Jul 24 17:40:01 2005 >*************** >*** 197,203 **** > 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) > continue; > if (c->cmsg_len < CMSG_LEN(sizeof(struct timeval))) > continue; >--- 197,203 ---- > 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 != SCM_TIMESTAMP) > continue; > if (c->cmsg_len < CMSG_LEN(sizeof(struct timeval))) > continue;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84018
: 55622