summaryrefslogtreecommitdiff
path: root/ipsend/slinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsend/slinux.c')
-rw-r--r--ipsend/slinux.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipsend/slinux.c b/ipsend/slinux.c
index 7c362b6e46d7a..dbcbed607160b 100644
--- a/ipsend/slinux.c
+++ b/ipsend/slinux.c
@@ -28,7 +28,7 @@
#if !defined(lint)
static const char sccsid[] = "@(#)slinux.c 1.2 8/25/95";
-static const char rcsid[] = "@(#)$Id: slinux.c,v 2.3 2001/06/09 17:09:26 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id$";
#endif
#define CHUNKSIZE 8192
@@ -44,8 +44,8 @@ static char *eth_dev = NULL;
int initdevice(dev, spare)
-char *dev;
-int spare;
+ char *dev;
+ int spare;
{
int fd;
@@ -64,8 +64,8 @@ int spare;
* output an IP packet onto a fd opened for /dev/nit
*/
int sendip(fd, pkt, len)
-int fd, len;
-char *pkt;
+ int fd, len;
+ char *pkt;
{
struct sockaddr s;
struct ifreq ifr;