From 8d529d6c1a18f291e17388255b0e7c5ee4e68b6d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 23 Jan 2017 08:37:09 +0000 Subject: remove #defines present in MI conf.h; ok kettenis --- sys/arch/landisk/landisk/conf.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/arch/landisk') 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" -- cgit v1.2.3