summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-23 08:37:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-23 08:37:09 +0000
commit8d529d6c1a18f291e17388255b0e7c5ee4e68b6d (patch)
tree6844a748355d909818048375a9c251a5141c8c70 /sys/arch/arm
parent75dd125945702cf7cbf126c85c71b3dc810dd8c5 (diff)
remove #defines present in MI conf.h; ok kettenis
Diffstat (limited to 'sys/arch/arm')
-rw-r--r--sys/arch/arm/arm/conf.c8
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"