diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-23 08:37:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-23 08:37:09 +0000 |
commit | 8d529d6c1a18f291e17388255b0e7c5ee4e68b6d (patch) | |
tree | 6844a748355d909818048375a9c251a5141c8c70 /sys/arch/arm | |
parent | 75dd125945702cf7cbf126c85c71b3dc810dd8c5 (diff) |
remove #defines present in MI conf.h; ok kettenis
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" |