diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
commit | ae925fd12cfb7f45b45cdc7d9949a532f7036b20 (patch) | |
tree | 806a9b8a6a49f2e117aa7a7926f3df486a4b6d79 /sys/arch/sparc/dev | |
parent | 60e9a7fdfa994a34001f5c17cd3a32546ee4e9a0 (diff) |
remove support for compat_sunos (and m68k4k). ok deraadt guenther
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/fd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c index 6e3b8214e25..c90be332be7 100644 --- a/sys/arch/sparc/dev/fd.c +++ b/sys/arch/sparc/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.70 2010/05/23 10:49:19 dlg Exp $ */ +/* $OpenBSD: fd.c,v 1.71 2010/07/02 19:57:15 tedu Exp $ */ /* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */ /*- @@ -1795,9 +1795,6 @@ fdioctl(dev, cmd, addr, flag, p) if (((struct mtop *)addr)->mt_op != MTOFFL) return EIO; -#ifdef COMPAT_SUNOS - case SUNOS_FDIOCEJECT: -#endif case DIOCEJECT: fd_do_eject(fd); return (0); |