Module Name: src Committed By: snj Date: Sun Jul 23 06:08:17 UTC 2017
Modified Files: src/distrib/utils/libhack [netbsd-7]: Makefile Makefile.inc src/lib/libc/gen [netbsd-7]: getcap.c Log Message: Pull up following revision(s) (requested by manu in ticket #1440): distrib/utils/libhack/Makefile: revision 1.25 distrib/utils/libhack/Makefile.inc: revision 1.27 lib/libc/gen/getcap.c: revision 1.57 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.4.1 src/distrib/utils/libhack/Makefile cvs rdiff -u -r1.25 -r1.25.4.1 src/distrib/utils/libhack/Makefile.inc cvs rdiff -u -r1.53 -r1.53.2.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.