E-Net Patch

2005-03-30 Thread Rodolfo Garcia
Hi, I am using a eth1 as NIC, but E-Net only works with eth0. I make this patch: E-Net.epplet [interface] Comments? bye. #include stdio.h #include sys/time.h #include sys/resource.h #include signal.h #include sys/wait.h #include errno.h #include epplet.h #include net.h /* kix - patch for multiple

Patch for E-Net epplet

2005-03-30 Thread Rodolfo Garcia
Hi, this is a little patch for E-Net. Usage: E-Net.epplet [interface] Thanks. [EMAIL PROTECTED]:~/dev/epplets-0.7/epplets$ diff -u -3 E-Net.c.original E-Net.c --- E-Net.c.original2005-03-05 13:12:19.0 +0100 +++ E-Net.c 2005-03-06 01:40:11.0 +0100 @@ -7,6 +7,9 @@ #include