trivial update to eliminate the fuzz on the patch and update the file signature
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 02:02:32 +0000 (02:02 +0000)
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 02:02:32 +0000 (02:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6491 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/php5/patches/02-uts_domainname.patch

index bb8edad..0804734 100644 (file)
@@ -1,7 +1,6 @@
-diff -urN php-5.0.5/ext/posix/posix.c php-5.0.5.new/ext/posix/posix.c
---- php-5.0.5/ext/posix/posix.c        2005-06-07 00:06:00.000000000 +0200
-+++ php-5.0.5.new/ext/posix/posix.c    2007-03-03 12:14:41.000000000 +0100
-@@ -438,7 +438,7 @@
+--- /tmp/php-5.1.6/ext/posix/posix.c   2006-01-01 06:50:12.000000000 -0600
++++ php-5.1.6/ext/posix/posix.c        2007-03-03 19:00:44.000000000 -0600
+@@ -463,7 +463,7 @@
        add_assoc_string(return_value, "version",  u.version,  1);
        add_assoc_string(return_value, "machine",  u.machine,  1);
  #ifdef _GNU_SOURCE