pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrdao/patches remove file missed in 1.1.9 up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce1f0742b354
branches:  trunk
changeset: 476767:ce1f0742b354
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sun Jun 20 19:05:53 2004 +0000

description:
remove file missed in 1.1.9 update

diffstat:

 sysutils/cdrdao/patches/patch-ag |  13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diffs (17 lines):

diff -r 1636cffa67cd -r ce1f0742b354 sysutils/cdrdao/patches/patch-ag
--- a/sysutils/cdrdao/patches/patch-ag  Sun Jun 20 19:05:25 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2004/06/08 22:36:09 cube Exp $
-
---- trackdb/lec.cc.orig        2004-06-08 23:43:27.000000000 +0200
-+++ trackdb/lec.cc
-@@ -278,7 +278,7 @@ static u_int32_t calc_edc(u_int8_t *data
-   u_int32_t crc = 0;
- 
-   while (len--) {
--    crc = CRCTABLE[(crc ^ *data++) & 0xffL] ^ (crc >> 8);
-+    crc = CRCTABLE[(int)((crc ^ *data++) & 0xffL)] ^ (crc >> 8);
-   }
- 
-   return crc;



Home | Main Index | Thread Index | Old Index