source:
scripts/untested/blfs-patches/cdparanoia-III-alpha9.8-includes-1.patch@
e5345f18
Last change on this file since e5345f18 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 1016 bytes |
-
cdparanoia-III-alpha9.8
Submitted By: Jim Gifford (jim at linuxfromscratch dot org) Date: 2003-09-23 Initial Package Version: alpha9.8 Origin: Mandrake CVS Description: Missing Includes $LastChangedBy: randy $ $Date: 2004-08-10 15:20:53 -0600 (Tue, 10 Aug 2004) $ diff -Naur cdparanoia-III-alpha9.8.orig/header.c cdparanoia-III-alpha9.8/header.c
old new 9 9 10 10 #include <unistd.h> 11 11 #include <stdio.h> 12 #include <stdlib.h> 12 13 #include <string.h> 13 14 14 15 static void PutNum(long num,int f,int endianness,int bytes){ -
cdparanoia-III-alpha9.8
diff -Naur cdparanoia-III-alpha9.8.orig/paranoia/gap.c cdparanoia-III-alpha9.8/paranoia/gap.c
old new 6 6 * 7 7 ***/ 8 8 9 #include <string.h> 9 10 #include "p_block.h" 10 11 #include "cdda_paranoia.h" 11 12 #include "gap.h"
Note:
See TracBrowser
for help on using the repository browser.