diff options
Diffstat (limited to 'print/LPRng-core/patches/patch-aa')
-rw-r--r-- | print/LPRng-core/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/print/LPRng-core/patches/patch-aa b/print/LPRng-core/patches/patch-aa deleted file mode 100644 index 62f1c233a7e..00000000000 --- a/print/LPRng-core/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/09/27 04:01:32 dmcmahill Exp $ - ---- src/include/linksupport.h.orig Fri Oct 13 11:08:35 2000 -+++ src/include/linksupport.h -@@ -42,8 +42,10 @@ const char *Link_err_str (int n); - const char *Ack_err_str (int n); - int AF_Protocol(void); - int inet_pton( int family, const char *strptr, void *addr ); -+#ifndef HAVE_INET_NTOP - const char *inet_ntop( int family, const void *addr, - char *str, size_t len ); -+#endif - const char *inet_ntop_sockaddr( struct sockaddr *addr, - char *str, int len ); - |