summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-22 17:18:09 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-22 17:18:09 +0000
commit2346da0ca0d8521df9159836d21ef576a3553d76 (patch)
treea297f78bb572e525b7078aa8dbf3a67f932fadbb /net-analyzer/nettop/files
parentAdded ~ppc64 to KEYWORDS; bug #70096 (diff)
downloadgentoo-2-2346da0ca0d8521df9159836d21ef576a3553d76.tar.gz
gentoo-2-2346da0ca0d8521df9159836d21ef576a3553d76.tar.bz2
gentoo-2-2346da0ca0d8521df9159836d21ef576a3553d76.zip
Added patch to fix 'label at end of compound statement' compile error
Diffstat (limited to 'net-analyzer/nettop/files')
-rw-r--r--net-analyzer/nettop/files/nettop.c.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/nettop/files/nettop.c.patch b/net-analyzer/nettop/files/nettop.c.patch
new file mode 100644
index 000000000000..647f8a430edd
--- /dev/null
+++ b/net-analyzer/nettop/files/nettop.c.patch
@@ -0,0 +1,10 @@
+--- nettop.c.orig 2004-11-22 19:06:23.648845592 +0200
++++ nettop.c 2004-11-22 19:06:38.166638552 +0200
+@@ -361,6 +361,7 @@
+ }
+ break;
+ default:
++ break;
+ }
+ }
+ }