summaryrefslogtreecommitdiffstats
path: root/main/cups/cups-httpAddrLength.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/cups/cups-httpAddrLength.patch')
-rw-r--r--main/cups/cups-httpAddrLength.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/cups/cups-httpAddrLength.patch b/main/cups/cups-httpAddrLength.patch
deleted file mode 100644
index aea8bb409..000000000
--- a/main/cups/cups-httpAddrLength.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/backend/lpd.c b/backend/lpd.c
-index 48d1a5f..0a1bd1e 100644
---- a/backend/lpd.c
-+++ b/backend/lpd.c
-@@ -1269,7 +1269,7 @@ rresvport_af(int *port, /* IO - Port number to bind to */
- * Try binding the port to the socket; return if all is OK...
- */
-
-- if (!bind(fd, (struct sockaddr *)&addr, httpAddrSize(&addr)))
-+ if (!bind(fd, (struct sockaddr *)&addr, httpAddrLength(&addr)))
- return (fd);
-
- /*