diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 18:35:20 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 18:35:20 +0000 |
commit | fdfe0ce43b389205edc64d06271f1237762ff08d (patch) | |
tree | e7383019c07ed635eac6639961d5cb968f07940f /sys/arch/sparc64/dev/uperf.c | |
parent | 17057e16455a54e1d0c6cbcad3bd742c5cd38efd (diff) |
Move ioctl userland accessible stuff to <dev/sun/uperfio.h>
Diffstat (limited to 'sys/arch/sparc64/dev/uperf.c')
-rw-r--r-- | sys/arch/sparc64/dev/uperf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/uperf.c b/sys/arch/sparc64/dev/uperf.c index 01b03f6f469..fcb24f4f737 100644 --- a/sys/arch/sparc64/dev/uperf.c +++ b/sys/arch/sparc64/dev/uperf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uperf.c,v 1.1 2002/01/30 23:58:02 jason Exp $ */ +/* $OpenBSD: uperf.c,v 1.2 2002/01/31 18:35:19 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -43,6 +43,7 @@ #include <machine/conf.h> +#include <dev/sun/uperfio.h> #include <arch/sparc64/dev/uperfvar.h> struct cfdriver uperf_cd = { |