[Pkg-php-commits] [php/debian-experimental] remove debian patch sockets_spelling.patch

Sean Finney seanius at debian.org
Wed Jun 24 22:39:21 UTC 2009


---
 debian/patches/series                 |    1 -
 debian/patches/sockets_spelling.patch |   13 -------------
 2 files changed, 0 insertions(+), 14 deletions(-)
 delete mode 100644 debian/patches/sockets_spelling.patch

diff --git a/debian/patches/series b/debian/patches/series
index e25c132..0d0a0ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -33,7 +33,6 @@ manpage_spelling.patch
 force_libmysqlclient_r.patch
 libedit_is_editline.patch
 bad_whatis_entries.patch
-sockets_spelling.patch
 curl_streams_sleep.patch
 gentoo/003_ext-zip-memory-corruptions.patch
 gentoo/005_ext-gd-imagepng-empty-image-crash.patch
diff --git a/debian/patches/sockets_spelling.patch b/debian/patches/sockets_spelling.patch
deleted file mode 100644
index 38932e7..0000000
--- a/debian/patches/sockets_spelling.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: php/ext/sockets/sockets.c
-===================================================================
---- php.orig/ext/sockets/sockets.c
-+++ php/ext/sockets/sockets.c
-@@ -229,7 +229,7 @@ static int php_open_listen_sock(php_sock
- 	sock->type = PF_INET;
- 
- 	if (bind(sock->bsd_socket, (struct sockaddr *)&la, sizeof(la)) < 0) {
--		PHP_SOCKET_ERROR(sock, "unable to bind to given adress", errno);
-+		PHP_SOCKET_ERROR(sock, "unable to bind to given address", errno);
- 		close(sock->bsd_socket);
- 		efree(sock);
- 		return 0;
-- 
1.5.6.5





More information about the Pkg-php-commits mailing list