diff options
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/conf.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/arm/arm/conf.c b/sys/arch/arm/arm/conf.c index 0e6aaa43da6..a7e89367483 100644 --- a/sys/arch/arm/arm/conf.c +++ b/sys/arch/arm/arm/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.49 2016/09/04 10:51:23 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.50 2017/01/23 08:37:08 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.10 2002/04/19 01:04:38 wiz Exp $ */ /* @@ -247,12 +247,6 @@ struct bdevsw bdevsw[] = { bdev_notdef(), /* 97: */ }; -/* Character devices */ -#define ptstty ptytty -#define ptsioctl ptyioctl -#define ptctty ptytty -#define ptcioctl ptyioctl - #include "hotplug.h" #include "vscsi.h" #include "pppx.h" |