public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* Vjhc patch
@ 2004-07-17 23:51 Tommy McCabe
  2004-07-19 15:23 ` Eduardo Pereira Habkost
  0 siblings, 1 reply; 7+ messages in thread
From: Tommy McCabe @ 2004-07-17 23:51 UTC (permalink / raw)
  To: linux-8086

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

Gets rid of the function to define a function which
causes errors in elksnet/ktcp/vjhc.c.


		
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: vjhc.diff --]
[-- Type: text/x-diff; name="vjhc.diff", Size: 696 bytes --]

--- ./elkscomp/elksnet/ktcp/vjhc.c	2002-07-28 11:45:45.000000000 -0400
+++ ./elkscurr/elksnet/ktcp/vjhc.c	2004-07-17 19:46:40.000000000 -0400
@@ -113,10 +113,8 @@
 	}
 }
 
-DEFUN
-(int ip_vjhc_compress, (pkt),
-	pkt_ut *pkt
-)
+int ip_vjhc_compress(pkt_ut *pkt)
+
 {
 	iphdr_t *ip_hdr, *oip_hdr;
 	tcphdr_t *tcp_hdr, *otcp_hdr;
@@ -388,10 +386,8 @@
 	return PPP_TYPE_VJHC_COMPR;
 }
 
-DEFUN
-(void ip_vjhc_arr_uncompr, (pkt),
-	pkt_ut *pkt
-)
+void ip_vjhc_arr_uncompr(pkt_ut *pkt)
+
 {
 	rcv_state_ut *state;
 	iphdr_t *ip_hdr;
@@ -430,10 +426,8 @@
 
 }
 
-DEFUN
-(void ip_vjhc_arr_compr, (pkt),
-	pkt_ut *pkt
-)
+void ip_vjhc_arr_compr(pkt_ut *pkt)
+
 {
 	iphdr_t *ip_hdr;
 	tcphdr_t *tcp_hdr;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-07-19 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-17 23:51 Vjhc patch Tommy McCabe
2004-07-19 15:23 ` Eduardo Pereira Habkost
2004-07-19 17:53   ` Tommy McCabe
2004-07-19 18:06     ` Eduardo Pereira Habkost
2004-07-19 18:51       ` Tommy McCabe
2004-07-19 19:01         ` Eduardo Pereira Habkost
2004-07-19 20:57           ` Tommy McCabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox