CVS commit: src/lib/libc/gen
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Fri Jul 10 05:04:35 UTC 2026 Modified Files: src/lib/libc/gen: Makefile.inc sysctl.c Log Message: Fix builds - limit new user.stuff in sysctl to real libc Keep the user.ostype (etc) new sysctls for the real libc (and suitable facsimilies) - other places that "borrow" syctl.c for their own purposes can survive without, if any of those want to include these mib vars in their version, all that is required is to add the appropriate Makefile glue to create the header file in the appropriate place, and add -Ipath to the sysctl.o build, and the new magic -D to enable it. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/lib/libc/gen/Makefile.inc cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.