diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-08 00:18:36 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-08 00:18:36 +0000 |
commit | a4d68e48d777205406dc7b8683ca8b055652dab0 (patch) | |
tree | f5db043be364b46b95592d7384fe3690ceba0ac5 /audio/cmp3/files/patch-ab | |
parent | SECURITY UPGRADE: 0.42 addresses the setuid dropping issues addressed on (diff) |
Update to 2.0pre4
Notes
Notes:
svn path=/head/; revision=26628
Diffstat (limited to 'audio/cmp3/files/patch-ab')
-rw-r--r-- | audio/cmp3/files/patch-ab | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/audio/cmp3/files/patch-ab b/audio/cmp3/files/patch-ab index 3c277718cd2b..42d75ffcd2cf 100644 --- a/audio/cmp3/files/patch-ab +++ b/audio/cmp3/files/patch-ab @@ -1,20 +1,11 @@ ---- cmp3.h.orig Sat Apr 10 21:49:16 1999 -+++ cmp3.h Sat Apr 10 21:54:51 1999 +--- cmp3.h.orig Tue Mar 7 14:25:06 2000 ++++ cmp3.h Tue Mar 7 14:25:12 2000 @@ -1,7 +1,7 @@ #ifndef _CMP3_H #define _CMP3_H -#include<curses.h> -+#include<ncurses.h> ++#include <ncurses.h> #ifndef NCURSES_VERSION #error "This program requires ncurses to function" -@@ -15,7 +15,7 @@ - #include<sys/wait.h> - #include<sys/ioctl.h> - #include<sys/stat.h> --#include<sys/soundcard.h> -+#include<machine/soundcard.h> - #include<fcntl.h> - #include<stdio.h> - #include<stdlib.h> |