<rmt.h> does funky function remapping stuff. Include it after we've
pulled in the other headers.
This commit is contained in:
parent
6e190eed28
commit
890b485672
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mt.c,v 1.24 1997/10/05 13:07:24 veego Exp $ */
|
||||
/* $NetBSD: mt.c,v 1.25 1997/10/21 20:04:55 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: mt.c,v 1.24 1997/10/05 13:07:24 veego Exp $");
|
||||
__RCSID("$NetBSD: mt.c,v 1.25 1997/10/21 20:04:55 thorpej Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -51,7 +51,6 @@ __RCSID("$NetBSD: mt.c,v 1.24 1997/10/05 13:07:24 veego Exp $");
|
||||
* mt --
|
||||
* magnetic tape manipulation program
|
||||
*/
|
||||
#include <rmt.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mtio.h>
|
||||
@ -66,6 +65,8 @@ __RCSID("$NetBSD: mt.c,v 1.24 1997/10/05 13:07:24 veego Exp $");
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rmt.h>
|
||||
|
||||
/* pseudo ioctl constants */
|
||||
#define MTASF 100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user