]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- unhide some stuff needed by nss_db
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 5 Dec 2005 18:48:26 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-no-nss_hidden.patch -> 1.1

glibc-no-nss_hidden.patch [new file with mode: 0644]

diff --git a/glibc-no-nss_hidden.patch b/glibc-no-nss_hidden.patch
new file mode 100644 (file)
index 0000000..6cf5b93
--- /dev/null
@@ -0,0 +1,42 @@
+diff -ur glibc-2.3.6/include/netdb.h glibc-2.3.6-no-nss_hidden/include/netdb.h
+--- glibc-2.3.6/include/netdb.h        2004-10-24 11:04:34.000000000 +0200
++++ glibc-2.3.6-no-nss_hidden/include/netdb.h  2005-12-05 19:46:11.077032520 +0100
+@@ -202,10 +202,10 @@
+                                               struct __netgrent *result,
+                                               char *buffer, size_t buflen,
+                                               int *errnop);
+-libnss_files_hidden_proto (_nss_files_parse_protoent)
+-libnss_files_hidden_proto (_nss_files_parse_servent)
+-libnss_files_hidden_proto (_nss_files_parse_netent)
+-libnss_files_hidden_proto (_nss_netgroup_parseline)
++/*libnss_files_hidden_proto (_nss_files_parse_protoent)*/
++/*libnss_files_hidden_proto (_nss_files_parse_servent)*/
++/*libnss_files_hidden_proto (_nss_files_parse_netent)*/
++/*libnss_files_hidden_proto (_nss_netgroup_parseline)*/
+ #define DECLARE_NSS_PROTOTYPES(service)                                             \
+ extern enum nss_status _nss_ ## service ## _setprotoent (int);                      \
+diff -ur glibc-2.3.6/include/netinet/ether.h glibc-2.3.6-no-nss_hidden/include/netinet/ether.h
+--- glibc-2.3.6/include/netinet/ether.h        2004-10-24 11:04:33.000000000 +0200
++++ glibc-2.3.6-no-nss_hidden/include/netinet/ether.h  2005-12-05 19:45:14.029705032 +0100
+@@ -17,7 +17,7 @@
+ extern int _nss_files_parse_etherent (char *line, struct etherent *result,
+                                     struct parser_data *data,
+                                     size_t datalen, int *errnop);
+-libnss_files_hidden_proto (_nss_files_parse_etherent)
++/*libnss_files_hidden_proto (_nss_files_parse_etherent)*/
+ #define DECLARE_NSS_PROTOTYPES(service)                                             \
+ extern enum nss_status _nss_ ## service ## _setetherent (int __stayopen);     \
+diff -ur glibc-2.3.6/include/rpc/netdb.h glibc-2.3.6-no-nss_hidden/include/rpc/netdb.h
+--- glibc-2.3.6/include/rpc/netdb.h    2004-10-24 11:04:33.000000000 +0200
++++ glibc-2.3.6-no-nss_hidden/include/rpc/netdb.h      2005-12-05 19:45:42.913314056 +0100
+@@ -26,7 +26,7 @@
+ extern int _nss_files_parse_rpcent (char *line, struct rpcent *result,
+                                   struct parser_data *data,
+                                   size_t datalen, int *errnop);
+-libnss_files_hidden_proto (_nss_files_parse_rpcent)
++/*libnss_files_hidden_proto (_nss_files_parse_rpcent)*/
+ #define DECLARE_NSS_PROTOTYPES(service)                                             \
+ extern enum nss_status _nss_ ## service ## _setrpcent (int);                \
This page took 0.053461 seconds and 4 git commands to generate.