Index: head/lib/libstand/rarp.c =================================================================== --- head/lib/libstand/rarp.c +++ head/lib/libstand/rarp.c @@ -155,7 +155,7 @@ printf("rarprecv: "); #endif - n = readether(d, ptr, (void **)&ap, tleft, &etype); + n = readether(d, &ptr, (void **)&ap, tleft, &etype); errno = 0; /* XXX */ if (n == -1 || n < sizeof(struct ether_arp)) { #ifdef RARP_DEBUG