From e63dc855fe4ff1aa0029ebf9813134860a34ccdf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 03:16:15 +0000 Subject: Final __P removal plus some cosmetic fixups --- sys/lib/libsa/rarp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib/libsa/rarp.c') diff --git a/sys/lib/libsa/rarp.c b/sys/lib/libsa/rarp.c index 7113d2cb183..e022239e958 100644 --- a/sys/lib/libsa/rarp.c +++ b/sys/lib/libsa/rarp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rarp.c,v 1.7 2002/03/14 01:27:07 millert Exp $ */ +/* $OpenBSD: rarp.c,v 1.8 2002/03/14 03:16:10 millert Exp $ */ /* $NetBSD: rarp.c,v 1.13 1996/10/13 02:29:05 christos Exp $ */ /* @@ -91,7 +91,7 @@ rarp_getipaddress(sock) printf("rarp: d=%x\n", (u_int)d); #endif - bzero((char*)&wbuf.data, sizeof(wbuf.data)); + bzero((char *)&wbuf.data, sizeof(wbuf.data)); ap = &wbuf.data.arp; ap->arp_hrd = htons(ARPHRD_ETHER); ap->arp_pro = htons(ETHERTYPE_IP); -- cgit v1.2.3