mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
$NetBSD: patch-aa,v 1.4 2005/11/23 12:17:56 adam Exp $
|
|
|
|
--- src/dummy/ether_dummy.cpp.orig 2005-05-14 10:10:09.000000000 +0200
|
|
+++ src/dummy/ether_dummy.cpp
|
|
@@ -174,7 +174,7 @@ void EtherInterrupt(void)
|
|
length = recvfrom(fd, Mac2HostAddr(packet), 1514, 0, (struct sockaddr *)&from, &from_len);
|
|
if (length < 14)
|
|
break;
|
|
- ether_udp_read(packet, length, &from);
|
|
+ ether_udp_read((uint32)packet, length, &from);
|
|
}
|
|
}
|
|
#endif
|