summaryrefslogtreecommitdiff
path: root/ipsend/lsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsend/lsock.c')
-rw-r--r--ipsend/lsock.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/ipsend/lsock.c b/ipsend/lsock.c
index 7163ea7db5fd8..53df06c1e98fa 100644
--- a/ipsend/lsock.c
+++ b/ipsend/lsock.c
@@ -6,7 +6,7 @@
*/
#if !defined(lint)
static const char sccsid[] = "@(#)lsock.c 1.2 1/11/96 (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: lsock.c,v 2.3.4.1 2006/03/17 13:45:34 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id$";
#endif
#include <stdio.h>
#include <unistd.h>
@@ -64,9 +64,9 @@ struct task_struct *proc;
#endif
int kmemcpy(buf, pos, n)
-char *buf;
-void *pos;
-int n;
+ char *buf;
+ void *pos;
+ int n;
{
static int kfd = -1;
@@ -148,8 +148,8 @@ struct task_struct *getproc()
struct sock *find_tcp(fd, ti)
-int fd;
-struct tcpiphdr *ti;
+ int fd;
+ struct tcpiphdr *ti;
{
struct sock *s;
struct inode *i;
@@ -187,10 +187,10 @@ struct tcpiphdr *ti;
}
int do_socket(dev, mtu, ti, gwip)
-char *dev;
-int mtu;
-struct tcpiphdr *ti;
-struct in_addr gwip;
+ char *dev;
+ int mtu;
+ struct tcpiphdr *ti;
+ struct in_addr gwip;
{
struct sockaddr_in rsin, lsin;
struct sock *s, sk;