Revision 61fada4b184c57d2b2c0cbb374126271c7faacbe authored by Bjoern A. Zeeb on 08 July 2012, 10:46:55 UTC, committed by Bjoern A. Zeeb on 08 July 2012, 10:46:55 UTC
   in_cksum.h required ip.h to be included for struct ip.  To be
   able to use some general checksum functions like in_addword()
   in a non-IPv4 context, limit the (also exported to user space)
   IPv4 specific functions to the times, when the ip.h header is
   present and IPVERSION is defined (to 4).

Approved by:	re
1 parent 7c731bd
History
File Mode Size
test
Makefile -rw-r--r-- 216 bytes
_libproc.h -rw-r--r-- 1.9 KB
libproc.h -rw-r--r-- 5.0 KB
proc_bkpt.c -rw-r--r-- 4.9 KB
proc_create.c -rw-r--r-- 4.0 KB
proc_regs.c -rw-r--r-- 3.1 KB
proc_rtld.c -rw-r--r-- 2.5 KB
proc_sym.c -rw-r--r-- 13.5 KB
proc_util.c -rw-r--r-- 4.7 KB

back to top