diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:51:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:51:27 +0000 |
commit | 2744de9cf043c2414e5f9b589488f2fee8bdd5c0 (patch) | |
tree | a2593d6bb76bd22e4b89db2625c7070cef12949f /sys-apps/ucspi-tcp/files | |
parent | fix DOS line endings in patch so that it works with the stable version of pat... (diff) | |
download | historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.gz historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.bz2 historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'sys-apps/ucspi-tcp/files')
-rw-r--r-- | sys-apps/ucspi-tcp/files/0.88-errno.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ucspi-tcp/files/0.88-errno.patch b/sys-apps/ucspi-tcp/files/0.88-errno.patch index eef4d35c5b13..76d53c34bf78 100644 --- a/sys-apps/ucspi-tcp/files/0.88-errno.patch +++ b/sys-apps/ucspi-tcp/files/0.88-errno.patch @@ -1,5 +1,5 @@ ---- error.h 2000-03-18 10:18:42.000000000 -0500 -+++ /error.h 2003-03-05 15:36:47.000000000 -0500 +--- a/error.h 2000-03-18 10:18:42.000000000 -0500 ++++ b/error.h 2003-03-05 15:36:47.000000000 -0500 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H |