diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/dev/cy/cy.c | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy/cy.c')
| -rw-r--r-- | sys/dev/cy/cy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 54443dc1e264..d867751082bf 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.45 1997/02/22 09:36:03 peter Exp $ + * $Id: cy.c,v 1.46 1997/03/23 03:34:44 bde Exp $ */ #include "cy.h" @@ -71,7 +71,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h> -#include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> #include <sys/conf.h> |
