Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106266799
D44184.id135300.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44184.id135300.diff
View Options
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -168,6 +168,7 @@
.if ${MK_HESIOD} != "no"
SRCS+= hesiod.c
+SYM_MAPS+=${LIBC_SRCTOP}/net/Symbol.hesiod.map
MAN+= hesiod.3
MLINKS+=hesiod.3 hesiod_init.3 \
hesiod.3 hesiod_resolve.3 \
diff --git a/lib/libc/net/Symbol.hesiod.map b/lib/libc/net/Symbol.hesiod.map
new file mode 100644
--- /dev/null
+++ b/lib/libc/net/Symbol.hesiod.map
@@ -0,0 +1,12 @@
+FBSD_1.0 {
+ hesiod_init;
+ hesiod_end;
+ hesiod_to_bind;
+ hesiod_resolve;
+ hesiod_free_list;
+ hes_init;
+ hes_to_bind;
+ hes_resolve;
+ hes_error;
+ hes_free;
+};
diff --git a/lib/libc/net/Symbol.map b/lib/libc/net/Symbol.map
--- a/lib/libc/net/Symbol.map
+++ b/lib/libc/net/Symbol.map
@@ -54,16 +54,6 @@
endservent;
getservent;
getservent_r;
- hesiod_init;
- hesiod_end;
- hesiod_to_bind;
- hesiod_resolve;
- hesiod_free_list;
- hes_init;
- hes_to_bind;
- hes_resolve;
- hes_error;
- hes_free;
htonl;
htons;
ntohl;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 5:47 AM (1 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15628092
Default Alt Text
D44184.id135300.diff (1 KB)
Attached To
Mode
D44184: libc: only export hesiod symbols when enabled
Attached
Detach File
Event Timeline
Log In to Comment