diff options
author | Jay Freeman <saurik@saurik.com> | 2008-11-21 18:50:08 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-11-21 18:50:08 +0000 |
commit | e54fff2be5aea9105abfb1ca5300d0b90532fcb9 (patch) | |
tree | ba560855708026392d6eb923b1620c3ad447bf1c /data/libresolv_/pselect.diff | |
parent | cc2c7128f4ca2ff2867064279bd7471a0720a827 (diff) |
Renamed libresolv into the mainline.
git-svn-id: http://svn.telesphoreo.org/trunk@507 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/libresolv_/pselect.diff')
-rw-r--r-- | data/libresolv_/pselect.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/data/libresolv_/pselect.diff b/data/libresolv_/pselect.diff deleted file mode 100644 index 192eee992..000000000 --- a/data/libresolv_/pselect.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff -ru libresolv-19/res_send.c libresolv-19+iPhone/res_send.c ---- libresolv-19/res_send.c 2007-10-05 00:02:17.000000000 +0000 -+++ libresolv-19+iPhone/res_send.c 2008-04-04 20:18:45.000000000 +0000 -@@ -141,7 +141,8 @@ - static void Perror(const res_state, FILE *, const char *, int); - static int sock_eq(struct sockaddr *, struct sockaddr *); - #ifdef NEED_PSELECT --static int pselect(int, void *, void *, void *, struct timespec *, const sigset_t *); -+static int pselect_(int, void *, void *, void *, struct timespec *, const sigset_t *); -+#define pselect pselect_ - #endif - - static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; -@@ -1414,7 +1415,7 @@ - #ifdef NEED_PSELECT - /* XXX needs to move to the porting library. */ - static int --pselect(int nfds, void *rfds, void *wfds, void *efds, struct timespec *tsp, const sigset_t *sigmask) -+pselect_(int nfds, void *rfds, void *wfds, void *efds, struct timespec *tsp, const sigset_t *sigmask) - { - struct timeval tv, *tvp = NULL; - sigset_t sigs; |