Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/include



Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 21:55:57 UTC 2016

Modified Files:
        src/include: bm.h ifaddrs.h kvm.h link_aout.h login_cap.h nsswitch.h

Log Message:
u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/include/bm.h src/include/ifaddrs.h
cvs rdiff -u -r1.16 -r1.17 src/include/kvm.h
cvs rdiff -u -r1.21 -r1.22 src/include/link_aout.h src/include/nsswitch.h
cvs rdiff -u -r1.11 -r1.12 src/include/login_cap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index