summaryrefslogtreecommitdiff
blob: 9634c232335e51ca0a9690db151b5dae3522384a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --exclude='*~' -Naur ethloop.orig/ethloop.c ethloop/ethloop.c
--- ethloop.orig/ethloop.c	2005-09-09 23:38:18.000000000 -0300
+++ ethloop/ethloop.c	2005-09-09 23:47:22.000000000 -0300
@@ -13,6 +13,7 @@
 #include <stdlib.h>
 #include <sys/time.h>
 #include <signal.h>
+#include <string.h>
 
 int sock;
 
diff --exclude='*~' -Naur ethloop.orig/Makefile ethloop/Makefile
--- ethloop.orig/Makefile	2005-09-09 23:38:18.000000000 -0300
+++ ethloop/Makefile	2005-09-09 23:40:47.000000000 -0300
@@ -1,5 +1,3 @@
-CC=gcc
-CFLAGS=-g -O2
 all: ethloop
 run: all
 	./ethloop