clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since b7c9d93 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[617118d] | 1 | Submitted By: Jeremy Utley (jeremy@linuxfromscratch.org)
|
---|
| 2 | Date: 2004-04-11
|
---|
| 3 | Initial Package Version: alpha9.8
|
---|
| 4 | Upstream Status: Not Submitted
|
---|
| 5 | Origin: Self Created
|
---|
| 6 | Description: Fixes syntax issues with GCC 3.4
|
---|
| 7 |
|
---|
| 8 | $LastChangedBy: randy $
|
---|
| 9 | $Date: 2004-08-10 15:20:53 -0600 (Tue, 10 Aug 2004) $
|
---|
| 10 |
|
---|
| 11 | diff -aur cdparanoia-III-alpha9.8/interface/utils.h cdparanoia-III-alpha9.8-new/interface/utils.h
|
---|
| 12 | --- cdparanoia-III-alpha9.8/interface/utils.h 2000-04-19 15:41:04.000000000 -0700
|
---|
| 13 | +++ cdparanoia-III-alpha9.8-new/interface/utils.h 2004-04-12 00:10:53.092860574 -0700
|
---|
| 14 | @@ -112,6 +112,7 @@
|
---|
| 15 | break;
|
---|
| 16 | case CDDA_MESSAGE_FORGETIT:
|
---|
| 17 | default:
|
---|
| 18 | + break;
|
---|
| 19 | }
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
| 22 | @@ -127,6 +128,7 @@
|
---|
| 23 | break;
|
---|
| 24 | case CDDA_MESSAGE_FORGETIT:
|
---|
| 25 | default:
|
---|
| 26 | + break;
|
---|
| 27 | }
|
---|
| 28 | }
|
---|
| 29 | }
|
---|
| 30 | @@ -169,6 +171,7 @@
|
---|
| 31 | break;
|
---|
| 32 | case CDDA_MESSAGE_FORGETIT:
|
---|
| 33 | default:
|
---|
| 34 | + break;
|
---|
| 35 | }
|
---|
| 36 | }
|
---|
| 37 | if(malloced)free(buffer);
|
---|
| 38 | @@ -205,6 +208,7 @@
|
---|
| 39 | break;
|
---|
| 40 | case CDDA_MESSAGE_FORGETIT:
|
---|
| 41 | default:
|
---|
| 42 | + break;
|
---|
| 43 | }
|
---|
| 44 | }
|
---|
| 45 | if(malloced)free(buffer);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.