summaryrefslogtreecommitdiff
path: root/network/wavemon/patches/wavemon-gcc34.patch
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-04-01 23:38:40 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-04-03 09:59:47 -0500
commit62ace41a4fa732cc98391ae3202f81aad9d2b542 (patch)
treea645274f193bb4a0993e82bf1a43a044f3d1f30a /network/wavemon/patches/wavemon-gcc34.patch
parent45f4ef13359d81a3440a7cf5a3dccc5484947bb9 (diff)
downloadslackbuilds-62ace41a4fa732cc98391ae3202f81aad9d2b542.tar.gz
network/wavemon: Removed (homepage is 404)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/wavemon/patches/wavemon-gcc34.patch')
-rw-r--r--network/wavemon/patches/wavemon-gcc34.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/network/wavemon/patches/wavemon-gcc34.patch b/network/wavemon/patches/wavemon-gcc34.patch
deleted file mode 100644
index c1bb24489c..0000000000
--- a/network/wavemon/patches/wavemon-gcc34.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- conf.c.orig 2008-06-12 00:34:23.000000000 -0400
-+++ conf.c 2008-06-12 00:41:27.000000000 -0400
-@@ -410,7 +410,7 @@
- }
- break;
- case t_sep: /* gcc -Wall sucks */
-- case t_func:
-+ case t_func: break;
- }
- }
- }
-@@ -481,7 +481,7 @@
- break;
- case t_listval: sprintf(rv, "%s", (char *)ci->v);
- case t_sep: break;
-- case t_func:
-+ case t_func: break;
- }
-
- add = 1;
---- conf_scr.c.orig 2008-06-12 00:34:32.000000000 -0400
-+++ conf_scr.c 2008-06-12 00:42:17.000000000 -0400
-@@ -63,7 +63,7 @@
- case t_listval: strncpy(s, (char *)item->v, 32);
- break;
- case t_sep: /* gcc -Wall sucks */
-- case t_func:
-+ case t_func: break;
- }
-
- if (!item->unit) {
-@@ -136,7 +136,7 @@
- strncpy((char *)item->v, ll_get(item->list, tmp), 32);
- break;
- case t_sep: /* gcc -Wall sucks */
-- case t_func:
-+ case t_func: break;
- }
- }
-
---- wavemon.c.orig 2008-06-11 22:09:07.000000000 -0400
-+++ wavemon.c 2008-06-11 22:09:15.000000000 -0400
-@@ -170,7 +170,7 @@
-
- if (conf.dump == 1) {
- dump_parameters(&conf);
-- exit();
-+ exit(0);
- }
-
- /* initialize the ncurses interface */