diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:54:49 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:54:49 +0000 |
commit | 6c7622bbeca2fa3132aa4ec46fc4717ad78f0662 (patch) | |
tree | 91e816bc670428569bb535f7f610b1240b69f480 | |
parent | 95b50094c18d54c44c4ef9401e82e98f70b4567c (diff) |
Sync. w/ NetBSD: include sys/dkio.h.
-rw-r--r-- | sys/sys/ioctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index f0c71efed41..08633c51e2d 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: ioctl.h,v 1.19 1995/10/10 01:27:09 mycroft Exp $ */ +/* $NetBSD: ioctl.h,v 1.20 1996/01/30 18:21:47 thorpej Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993, 1994 @@ -61,6 +61,7 @@ struct ttysize { #include <sys/ioccom.h> +#include <sys/dkio.h> #include <sys/filio.h> #include <sys/sockio.h> |