summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
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/landisk
parent75dd125945702cf7cbf126c85c71b3dc810dd8c5 (diff)
remove #defines present in MI conf.h; ok kettenis
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/landisk/conf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c
index 2a0c59d3a70..71f2129945f 100644
--- a/sys/arch/landisk/landisk/conf.c
+++ b/sys/arch/landisk/landisk/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.37 2016/09/04 10:51:23 naddy Exp $ */
+/* $OpenBSD: conf.c,v 1.38 2017/01/23 08:37:08 deraadt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -234,12 +234,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 "scif.h"
#include "vscsi.h"