]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-no-nss_hidden.patch
-one more hunk
[packages/glibc.git] / glibc-no-nss_hidden.patch
CommitLineData
364770b9
JR
1diff -ur glibc-2.3.6/include/netdb.h glibc-2.3.6-no-nss_hidden/include/netdb.h
2--- glibc-2.3.6/include/netdb.h 2004-10-24 11:04:34.000000000 +0200
3+++ glibc-2.3.6-no-nss_hidden/include/netdb.h 2005-12-05 19:46:11.077032520 +0100
4@@ -202,10 +202,10 @@
5 struct __netgrent *result,
6 char *buffer, size_t buflen,
7 int *errnop);
8-libnss_files_hidden_proto (_nss_files_parse_protoent)
9-libnss_files_hidden_proto (_nss_files_parse_servent)
10-libnss_files_hidden_proto (_nss_files_parse_netent)
11-libnss_files_hidden_proto (_nss_netgroup_parseline)
12+/*libnss_files_hidden_proto (_nss_files_parse_protoent)*/
13+/*libnss_files_hidden_proto (_nss_files_parse_servent)*/
14+/*libnss_files_hidden_proto (_nss_files_parse_netent)*/
15+/*libnss_files_hidden_proto (_nss_netgroup_parseline)*/
16
17 #define DECLARE_NSS_PROTOTYPES(service) \
18 extern enum nss_status _nss_ ## service ## _setprotoent (int); \
19diff -ur glibc-2.3.6/include/netinet/ether.h glibc-2.3.6-no-nss_hidden/include/netinet/ether.h
20--- glibc-2.3.6/include/netinet/ether.h 2004-10-24 11:04:33.000000000 +0200
21+++ glibc-2.3.6-no-nss_hidden/include/netinet/ether.h 2005-12-05 19:45:14.029705032 +0100
22@@ -17,7 +17,7 @@
23 extern int _nss_files_parse_etherent (char *line, struct etherent *result,
24 struct parser_data *data,
25 size_t datalen, int *errnop);
26-libnss_files_hidden_proto (_nss_files_parse_etherent)
27+/*libnss_files_hidden_proto (_nss_files_parse_etherent)*/
28
29 #define DECLARE_NSS_PROTOTYPES(service) \
30 extern enum nss_status _nss_ ## service ## _setetherent (int __stayopen); \
31diff -ur glibc-2.3.6/include/rpc/netdb.h glibc-2.3.6-no-nss_hidden/include/rpc/netdb.h
32--- glibc-2.3.6/include/rpc/netdb.h 2004-10-24 11:04:33.000000000 +0200
33+++ glibc-2.3.6-no-nss_hidden/include/rpc/netdb.h 2005-12-05 19:45:42.913314056 +0100
34@@ -26,7 +26,7 @@
35 extern int _nss_files_parse_rpcent (char *line, struct rpcent *result,
36 struct parser_data *data,
37 size_t datalen, int *errnop);
38-libnss_files_hidden_proto (_nss_files_parse_rpcent)
39+/*libnss_files_hidden_proto (_nss_files_parse_rpcent)*/
40
41 #define DECLARE_NSS_PROTOTYPES(service) \
42 extern enum nss_status _nss_ ## service ## _setrpcent (int); \
cc9b3741
JR
43diff -ur glibc-2.3.6/nss/nss_files/files-netgrp.c glibc-2.3.6-no-nss_hidden/nss/nss_files/files-netgrp.c
44--- glibc-2.3.6/nss/nss_files/files-netgrp.c 2004-10-24 11:05:12.000000000 +0200
45+++ glibc-2.3.6-no-nss_hidden/nss/nss_files/files-netgrp.c 2005-12-05 19:59:34.097954784 +0100
46@@ -274,7 +274,7 @@
47
48 return status;
49 }
50-libnss_files_hidden_def (_nss_netgroup_parseline)
51+/*libnss_files_hidden_def (_nss_netgroup_parseline)*/
52
53
54 enum nss_status
This page took 0.034685 seconds and 4 git commands to generate.