diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
commit | 967c65a99059fd459b956c1588ce0ba227912c4e (patch) | |
tree | 8224d013ff5d255420713d05610c7efebd204d2a /include/net/udp.h | |
parent | e20c1cc1656a66a2773bca4591a895cbc12696ff (diff) |
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'include/net/udp.h')
-rw-r--r-- | include/net/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 0fa99fb1c..5af3c18b7 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -40,7 +40,7 @@ extern unsigned short udp_good_socknum(void); extern struct proto udp_prot; -extern void udp_err(struct sk_buff *, unsigned char *); +extern void udp_err(struct sk_buff *, unsigned char *, int); extern int udp_connect(struct sock *sk, struct sockaddr *usin, int addr_len); |