summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/sniffit/patches/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sniffit/patches/patch-ac b/net/sniffit/patches/patch-ac
index 9b7fe535f90..b8720604aa2 100644
--- a/net/sniffit/patches/patch-ac
+++ b/net/sniffit/patches/patch-ac
@@ -11,7 +11,7 @@
+#elif defined(sparc)
+#define ETH_DEV_NR 2
+char *ETH_DEV[]={"le","ie"};
-+#elif defined(amiga)
++#elif defined(m68k)
+#define ETH_DEV_NR 5
+char *ETH_DEV[]={"bah","ed","es","le","qn"};
+#else