diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-08-18 01:27:34 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-08-18 01:27:34 +0000 |
commit | a02334c9b93e3131ddcebdd3392310675f4c1778 (patch) | |
tree | 93a8ee65ef3aabaed586f0ef102589fc8e4f9f23 /sysutils | |
parent | Upgrade to 20040816a. Fix compilation problem with gcc-3.4. (diff) |
Fix compilation problem with gcc-3.4 on -current.
Notes
Notes:
svn path=/head/; revision=116554
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xwipower/files/patch-xwipower.c | 10 |
1 files changed, 10 insertions, 0 deletions
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: + } + } + |