tags 439484 +patch
thanks

Please find attached a simple patch which defines the required macro
to fix this bug.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -urN paketto-1.10.orig/src/paketto.h paketto-1.10/src/paketto.h
--- paketto-1.10.orig/src/paketto.h	2007-08-26 01:00:37.000000000 +0530
+++ paketto-1.10/src/paketto.h	2007-08-26 01:00:57.000000000 +0530
@@ -215,6 +215,9 @@
 int munge_arp_request(char *packet, struct pcap_pkthdr *pkthdr, struct frame *x,
     char *source_mac);
 int timeval_subtract (struct timeval *result, struct timeval *x, struct timeval *y);
+
+#define BIOCIMMEDIATE       _IOW('B',112, u_int)
+
 #endif /* _PAKETTO_H */
 void print_ip(char *x);
 void print_tcp(char *target, int short_tcp);

Reply via email to