f245b79cc0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11956 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
350 B
Diff
14 lines
350 B
Diff
--- shell-fm-0.5/source/main.c 2008-04-10 22:27:28.000000000 +0200
|
|
+++ shell-fm-0.5.new/source/main.c 2008-07-27 13:50:43.000000000 +0200
|
|
@@ -33,6 +33,10 @@
|
|
#define PATH_MAX 4096
|
|
#endif
|
|
|
|
+#ifndef WIFCONTINUED
|
|
+#define WIFCONTINUED(wstat) (0)
|
|
+#endif
|
|
+
|
|
unsigned flags = RTP;
|
|
time_t changeTime = 0, pausetime = 0;
|
|
char * nextstation = NULL;
|