Module Name: src Committed By: dholland Date: Sat Jan 23 01:26:14 UTC 2016
Modified Files: src/include: ifaddrs.h link_aout.h login_cap.h nsswitch.h src/lib/libpci: pci.h src/sys/fs/msdosfs: direntry.h src/sys/sys: envsys.h fdio.h wdog.h Log Message: Apparently a recent round of vandalism by the C++ standards committee includes disallowing the standard and historic type name "unsigned". Add a gratuitous "int" to recent changes. C++ is really a blight on the world. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/include/ifaddrs.h cvs rdiff -u -r1.22 -r1.23 src/include/link_aout.h src/include/nsswitch.h cvs rdiff -u -r1.12 -r1.13 src/include/login_cap.h cvs rdiff -u -r1.7 -r1.8 src/lib/libpci/pci.h cvs rdiff -u -r1.8 -r1.9 src/sys/fs/msdosfs/direntry.h cvs rdiff -u -r1.35 -r1.36 src/sys/sys/envsys.h cvs rdiff -u -r1.5 -r1.6 src/sys/sys/fdio.h cvs rdiff -u -r1.4 -r1.5 src/sys/sys/wdog.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.