diff options
author | 2006-07-23 06:40:05 +0000 | |
---|---|---|
committer | 2006-07-23 06:40:05 +0000 | |
commit | 765d17ec828b96e2215668ca5a4cf968d80b7334 (patch) | |
tree | 03da97ae970ccae7ee77c350b94734ebe1aad612 /sys | |
parent | revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code. (diff) | |
download | wireguard-openbsd-765d17ec828b96e2215668ca5a4cf968d80b7334.tar.xz wireguard-openbsd-765d17ec828b96e2215668ca5a4cf968d80b7334.zip |
add sys/timeout.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mii/rgephy.c | 3 | ||||
-rw-r--r-- | sys/dev/mii/rlphy.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index a829e35b23d..912bf115a99 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rgephy.c,v 1.12 2006/06/27 05:36:58 brad Exp $ */ +/* $OpenBSD: rgephy.c,v 1.13 2006/07/23 06:40:05 brad Exp $ */ /* * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -42,6 +42,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/socket.h> +#include <sys/timeout.h> #include <sys/errno.h> #include <net/if.h> diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 5406b5c8121..07474f97ad1 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlphy.c,v 1.23 2006/05/16 02:24:45 brad Exp $ */ +/* $OpenBSD: rlphy.c,v 1.24 2006/07/23 06:40:05 brad Exp $ */ /* * Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net) @@ -37,6 +37,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/socket.h> +#include <sys/timeout.h> #include <sys/errno.h> #include <net/if.h> |