CVS: cvs.openbsd.org: src
Alexander Bluhm <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/17 12:51:30 Modified files: sys/net : pipex.c sys/netinet : ip_input.c ip_ipsp.c ip_ipsp.h ip_output.c ip_var.h udp_usrreq.c Log message: Use uint32_t for ipsecflowinfo. Type of ipsecflowinfo was mixture of uint32_t, u_int32_t and int. Convert to uint32_t consistently. OK mvs@