Will now compile on -CURRENT... Fix: -int oss_select_dsp_only(const struct dirent *entry){ +int oss_select_dsp_only(struct dirent *entry){ return (strstr(entry->d_name, "dsp")!=0); }--PKae56Y3oCteA8YOROi2rMWqAN2eTTV1EDOUJbbuxoKhuj9k Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- src/tX_dialog.cc.orig Thu May 15 23:19:39 2003 +++ src/tX_dialog.cc Thu May 15 23:31:22 2003 @@ -185,5 +185,5 @@ static GList *oss_devices=NULL; How-To-Repeat: make with gcc 3.X
State Changed From-To: open->closed Committed, thanks!