Module Name: src Committed By: martin Date: Tue Jul 4 12:57:45 UTC 2017
Modified Files: src/distrib/utils/libhack [netbsd-8]: Makefile Makefile.inc src/lib/libc/gen [netbsd-8]: getcap.c Log Message: Pull up following revision(s) (requested by manu in ticket #79): distrib/utils/libhack/Makefile.inc: revision 1.27 lib/libc/gen/getcap.c: revision 1.57 distrib/utils/libhack/Makefile: revision 1.25 Make shared -DSMALL libc buildable without breaking libhack We used -DSMALL to exclude code from libc in order to build libhack. Introduce -DLIBHACK to do this without so that -DSMALL does not remove code necessary for building a shared libc To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.24.18.1 src/distrib/utils/libhack/Makefile cvs rdiff -u -r1.26 -r1.26.8.1 src/distrib/utils/libhack/Makefile.inc cvs rdiff -u -r1.56 -r1.56.8.1 src/lib/libc/gen/getcap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.