Use LIBSA_NO_DEV_CLOSE and LIBSA_NO_DEV_IOCTL instead of SMALL.

This commit is contained in:
simonb 1999-04-11 04:26:06 +00:00
parent bc48dfc927
commit 558e5709dd
1 changed files with 6 additions and 2 deletions

View File

@ -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