Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand/lib Use LIBSA_NO_DEV_CLOSE and LIBSA_NO_...



details:   https://anonhg.NetBSD.org/src/rev/c0ac55f6f5fd
branches:  trunk
changeset: 471782:c0ac55f6f5fd
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Apr 11 04:26:06 1999 +0000

description:
Use LIBSA_NO_DEV_CLOSE and LIBSA_NO_DEV_IOCTL instead of SMALL.

diffstat:

 sys/arch/pmax/stand/lib/conf.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ed048795e1a4 -r c0ac55f6f5fd sys/arch/pmax/stand/lib/conf.c
--- a/sys/arch/pmax/stand/lib/conf.c    Sun Apr 11 04:25:47 1999 +0000
+++ b/sys/arch/pmax/stand/lib/conf.c    Sun Apr 11 04:26:06 1999 +0000
@@ -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



Home | Main Index | Thread Index | Old Index