trivial update to eliminate the fuzz on the patch and update the file signature
authorTim Yardley <lst@openwrt.org>
Sun, 4 Mar 2007 02:02:32 +0000 (02:02 +0000)
committerTim Yardley <lst@openwrt.org>
Sun, 4 Mar 2007 02:02:32 +0000 (02:02 +0000)
SVN-Revision: 6491

lang/php5/patches/02-uts_domainname.patch

index bb8edad94219a0cf25a5c4db1b88662a2db59fbe..080473480b466dc8905a6a17c86e0132e422a76b 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