From 8a8c2d742b51525f66c2210e3c8a251de10022ff Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 11 Jun 2008 14:21:44 +0000 Subject: 20080611-1520 --- os/boot/pc/noether.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/boot/pc/noether.c') diff --git a/os/boot/pc/noether.c b/os/boot/pc/noether.c index 2162d1d4..b607b5bc 100644 --- a/os/boot/pc/noether.c +++ b/os/boot/pc/noether.c @@ -27,6 +27,12 @@ etherrxpkt(int, Etherpkt*, int) return -1; } +int +ethertxpkt(int, Etherpkt*, int, int) +{ + return -1; +} + int bootpboot(int, char*, Boot*) { -- cgit v1.2.3