diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:34:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:34:06 +0000 |
commit | b099950ca00fdf43badd652c5dee294cc5b2e5ce (patch) | |
tree | 6936c2687e02a593438df0aec3bf95c102e4fc3f /bin | |
parent | 52b58477f833b215071c1d0c81570fffe91e25c6 (diff) |
remove sunos backwards compat
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mt/mtrmt.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/mt/mtrmt.c b/bin/mt/mtrmt.c index f17620193dd..cc8cb7bd867 100644 --- a/bin/mt/mtrmt.c +++ b/bin/mt/mtrmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mtrmt.c,v 1.18 2009/10/27 23:59:22 deraadt Exp $ */ +/* $OpenBSD: mtrmt.c,v 1.19 2012/12/04 02:34:05 deraadt Exp $ */ /* $NetBSD: mtrmt.c,v 1.2 1996/03/06 06:22:07 scottr Exp $ */ /*- @@ -35,13 +35,7 @@ #include <sys/ioctl.h> #include <sys/socket.h> #include <sys/time.h> -#ifdef sunos -#include <sys/vnode.h> - -#include <ufs/inode.h> -#else #include <ufs/ufs/dinode.h> -#endif #include <netinet/in.h> #include <netinet/tcp.h> |