patch-aa has been applied upstream.

This commit is contained in:
rillig 2007-07-29 01:53:29 +00:00
parent 0f6b8ffe9b
commit ffe106498e
2 changed files with 1 additions and 15 deletions

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.12 2007/07/29 01:52:19 rillig Exp $
$NetBSD: distinfo,v 1.13 2007/07/29 01:53:29 rillig Exp $
SHA1 (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = 8ae0ebcd08761332ade6baa4b1172a3f97f71169
RMD160 (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = c8ea882ae9d2739250ae3bea514c14537995ed37
Size (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = 22777 bytes
SHA1 (patch-aa) = 8f613afc47551c330207b2ecdc291a6d56c8a1d9

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.4 2007/07/26 06:37:30 rillig Exp $
--- pbzip2.cpp.orig 2007-07-26 02:08:16.000000000 +0200
+++ pbzip2.cpp 2007-07-26 08:31:38.000000000 +0200
@@ -129,7 +129,7 @@
#endif
#ifdef WIN32
-#define PATH_SEP '\'
+#define PATH_SEP '\\'
#define usleep(x) Sleep(x/1000)
#define LOW_DWORD(x) ((*(LARGE_INTEGER *)&x).LowPart)
#define HIGH_DWORD(x) ((*(LARGE_INTEGER *)&x).HighPart)