Magellan Linux

Contents of /trunk/cdparanoia/patches/cdparanoia-3.9.8-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 991 byte(s)
-import

1 Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
2 Date: 2003-09-23
3 Initial Package Version: alpha9.8
4 Origin: Mandrake CVS
5 Description: Missing Includes
6
7 $LastChangedBy: randy $
8 $Date: 2007-05-08 19:31:43 $
9
10 diff -Naur cdparanoia-III-alpha9.8.orig/header.c cdparanoia-III-alpha9.8/header.c
11 --- cdparanoia-III-alpha9.8.orig/header.c 1999-08-15 22:34:58.000000000 +0000
12 +++ cdparanoia-III-alpha9.8/header.c 2003-09-24 04:42:32.000000000 +0000
13 @@ -9,6 +9,7 @@
14
15 #include <unistd.h>
16 #include <stdio.h>
17 +#include <stdlib.h>
18 #include <string.h>
19
20 static void PutNum(long num,int f,int endianness,int bytes){
21 diff -Naur cdparanoia-III-alpha9.8.orig/paranoia/gap.c cdparanoia-III-alpha9.8/paranoia/gap.c
22 --- cdparanoia-III-alpha9.8.orig/paranoia/gap.c 2000-04-19 22:41:04.000000000 +0000
23 +++ cdparanoia-III-alpha9.8/paranoia/gap.c 2003-09-24 04:42:32.000000000 +0000
24 @@ -6,6 +6,7 @@
25 *
26 ***/
27
28 +#include <string.h>
29 #include "p_block.h"
30 #include "cdda_paranoia.h"
31 #include "gap.h"