1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/sound/shell-fm/patches/002-wifcontinued.patch
Florian Fainelli c3e778cac4 Update shell-fm to 0.5 (#3614)
SVN-Revision: 11956
2008-07-27 12:02:54 +00:00

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;