diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/cd-console/files/patch-cd-console.cpp | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/cd-console/files/patch-cd-console.cpp')
-rw-r--r-- | audio/cd-console/files/patch-cd-console.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/cd-console/files/patch-cd-console.cpp b/audio/cd-console/files/patch-cd-console.cpp new file mode 100644 index 000000000000..a3f1bb1fe3b3 --- /dev/null +++ b/audio/cd-console/files/patch-cd-console.cpp @@ -0,0 +1,8 @@ +--- cd-console.cpp.orig Mon Jun 3 19:46:12 2002 ++++ cd-console.cpp Mon Jun 3 19:46:01 2002 +@@ -1,4 +1,5 @@ + #include <stdlib.h> ++#include <string.h> + #include <unistd.h> + + #ifdef OS_BSD |