From 9afeae3674022486b1452ad64a1d008e7208f2cc Mon Sep 17 00:00:00 2001 From: sumikawa Date: Wed, 18 Aug 2004 01:27:34 +0000 Subject: Fix compilation problem with gcc-3.4 on -current. --- sysutils/xwipower/files/patch-xwipower.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/xwipower/files/patch-xwipower.c (limited to 'sysutils') diff --git a/sysutils/xwipower/files/patch-xwipower.c b/sysutils/xwipower/files/patch-xwipower.c new file mode 100644 index 000000000000..43a3c04164c7 --- /dev/null +++ b/sysutils/xwipower/files/patch-xwipower.c @@ -0,0 +1,10 @@ +--- xwipower.c~ Mon Aug 16 13:03:01 2004 ++++ xwipower.c Mon Aug 16 13:05:34 2004 +@@ -277,7 +277,6 @@ + case 'a': + mode = ANTENNA_MODE; + break; +- default: + } + } + -- cgit