diff options
Diffstat (limited to 'devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c')
-rw-r--r-- | devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c b/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c index 9a98f9cc9959..5753ebb5af3b 100644 --- a/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c +++ b/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-netdb.c @@ -1,5 +1,5 @@ ---- newlib/libc/sys/psp/netdb.c.orig 1970-01-01 02:00:00.000000000 +0200 -+++ newlib/libc/sys/psp/netdb.c 2007-06-01 12:22:26.000000000 +0300 +--- ./newlib/libc/sys/psp/netdb.c.orig 2012-01-25 19:33:12.000000000 +0000 ++++ ./newlib/libc/sys/psp/netdb.c 2012-01-25 19:33:12.000000000 +0000 @@ -0,0 +1,103 @@ +/* Simple gethostbyname and gethostbyaddr replacements using the resolver lib */ +#include <stdio.h> |