From 558e5709dd5bf8af03326c1587df05018ec62e55 Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 11 Apr 1999 04:26:06 +0000 Subject: [PATCH] Use LIBSA_NO_DEV_CLOSE and LIBSA_NO_DEV_IOCTL instead of SMALL. --- sys/arch/pmax/stand/lib/conf.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/pmax/stand/lib/conf.c b/sys/arch/pmax/stand/lib/conf.c index d3a5a685bece..4fcd1cac3af0 100644 --- a/sys/arch/pmax/stand/lib/conf.c +++ b/sys/arch/pmax/stand/lib/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.13 1999/04/01 05:52:38 simonb Exp $ */ +/* $NetBSD: conf.c,v 1.14 1999/04/11 04:26:06 simonb Exp $ */ /* * Copyright (c) 1992, 1993 @@ -47,8 +47,12 @@ const struct callback *callv = &callvec; #ifndef LIBSA_SINGLE_DEVICE -#ifdef SMALL + +#ifdef LIBSA_NO_DEV_CLOSE #define rzclose /*(()(struct open_file*))*/0 +#endif + +#ifdef LIBSA_NO_DEV_IOCTL #define rzioctl /*(()(struct open_file*, u_long, void*))*/0 #else #define rzioctl noioctl