|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2004/02/13 03:49:47 |
|---|---|
| Line 8 | Line 8 |
| * please let me know. <gwr@mc.com> | * please let me know. <gwr@mc.com> |
| * | * |
| * $FreeBSD: src/libexec/bootpd/getether.c,v 1.9.2.3 2003/02/15 05:36:01 kris Exp $ | * $FreeBSD: src/libexec/bootpd/getether.c,v 1.9.2.3 2003/02/15 05:36:01 kris Exp $ |
| * $DragonFly: src/libexec/bootpd/getether.c,v 1.1 2003/06/16 04:57:55 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 111 getether(ifname, eap) | Line 111 getether(ifname, eap) |
| #endif /* SUNOS */ | #endif /* SUNOS */ |
| #if defined(__FreeBSD__) || defined(__NetBSD__) | #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) |
| /* Thanks to John Brezak <brezak@ch.hp.com> for this code. */ | /* Thanks to John Brezak <brezak@ch.hp.com> for this code. */ |
| #include <sys/ioctl.h> | #include <sys/ioctl.h> |
| #include <sys/time.h> | #include <sys/time.h> |