Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Don't add getentropy.c to the build (remove sym...
details: https://anonhg.NetBSD.org/src/rev/556a4cb13504
branches: trunk
changeset: 932529:556a4cb13504
user: maya <maya%NetBSD.org@localhost>
date: Sun May 10 19:36:49 2020 +0000
description:
Don't add getentropy.c to the build (remove symbol from libc)
Still being discussed in tech-userlevel. If we wait any longer someone
is going to try the excuse that the discussion is entirely pointless, since
removing symbols is too hard.
diffstat:
lib/libc/gen/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5db97962c4a9 -r 556a4cb13504 lib/libc/gen/Makefile.inc
--- a/lib/libc/gen/Makefile.inc Sun May 10 17:58:16 2020 +0000
+++ b/lib/libc/gen/Makefile.inc Sun May 10 19:36:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.202 2020/05/06 16:17:36 nia Exp $
+# $NetBSD: Makefile.inc,v 1.203 2020/05/10 19:36:49 maya Exp $
# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
# gen sources
@@ -15,7 +15,7 @@
errc.c errlist.c errno.c execl.c execle.c execlp.c execv.c execvp.c \
exect.c extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \
fts.c ftw.c getbsize.c getcap.c getcwd.c \
- getdevmajor.c getdomainname.c getentropy.c getgrent.c \
+ getdevmajor.c getdomainname.c getgrent.c \
getgrouplist.c getgroupmembership.c gethostname.c \
getloadavg.c getlogin.c getmntinfo.c \
getnetgrent.c getpagesize.c \
Home |
Main Index |
Thread Index |
Old Index