aboutsummaryrefslogtreecommitdiffstats
path: root/net/spat/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/spat/files/patch-ac')
-rw-r--r--net/spat/files/patch-ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/spat/files/patch-ac b/net/spat/files/patch-ac
new file mode 100644
index 000000000000..0fba19c83f8b
--- /dev/null
+++ b/net/spat/files/patch-ac
@@ -0,0 +1,20 @@
+--- spat/callbacks.c 2000/10/31 11:30:56 1.1
++++ spat/callbacks.c 2000/10/31 11:31:13
+@@ -52,7 +52,7 @@
+ printf("Failure to create config. ARG!\n");
+ exit(0);
+ }
+- fprintf(fp, "spatrc -> interface: eth0\n");
++ fprintf(fp, "spatrc -> interface: ed0\n");
+ fclose(fp);
+ printf("Wrote ~/.spat/spatrc\n");
+ fp = fopen(dir, "r");
+@@ -104,7 +104,7 @@
+ {
+ struct ifreq ifi;
+ int sock, iftype = 0;
+- char *bcast_addy, *interface = "eth0";
++ char *bcast_addy, *interface = "ed0";
+
+ sock = socket(AF_INET, SOCK_DGRAM, 0);
+ if (sock < 0)