From 2c90f922831fc874092f17278f7ee34174ac36c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Fri, 7 Apr 2006 07:32:54 +0000 Subject: [PATCH] - dropped. Changed files: dvd+rw-tools-gcc4.patch -> 1.3 --- dvd+rw-tools-gcc4.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dvd+rw-tools-gcc4.patch diff --git a/dvd+rw-tools-gcc4.patch b/dvd+rw-tools-gcc4.patch deleted file mode 100644 index f25e9a9..0000000 --- a/dvd+rw-tools-gcc4.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- dvd+rw-tools-6.0/growisofs.c.orig 2006-01-28 18:06:28.000000000 +0100 -+++ dvd+rw-tools-6.0/growisofs.c 2006-01-28 18:07:52.134334250 +0100 -@@ -434,7 +434,7 @@ - #endif - - #ifndef LLD --#define LLD "lld" -+#define LLD "zd" - #endif - - typedef ssize_t (*pwrite64_t)(int,const void *,size_t,off64_t); -@@ -2768,10 +2768,10 @@ - - if (dev_found == 'F') { - off64_t capacity = 0; -- printf("next_session=%lld\n", next_session*CD_BLOCK); -+ printf("next_session=%ld\n", next_session*CD_BLOCK); - if (ioctl_handle!=INVALID_HANDLE) - capacity = get_capacity (ioctl_handle); -- printf("capacity=%lld\n", capacity); -+ printf("capacity=%zd\n", capacity); - exit(0); - } - -- 2.43.0