Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys add cdev_ses_init alias to cdev__oci_init
details: https://anonhg.NetBSD.org/src/rev/49c2ca05c080
branches: trunk
changeset: 480842:49c2ca05c080
user: mjacob <mjacob%NetBSD.org@localhost>
date: Fri Jan 21 17:52:29 2000 +0000
description:
add cdev_ses_init alias to cdev__oci_init
diffstat:
sys/sys/conf.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c2a680485db7 -r 49c2ca05c080 sys/sys/conf.h
--- a/sys/sys/conf.h Fri Jan 21 17:11:20 2000 +0000
+++ b/sys/sys/conf.h Fri Jan 21 17:52:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.h,v 1.68 1999/09/09 23:24:11 thorpej Exp $ */
+/* $NetBSD: conf.h,v 1.69 2000/01/21 17:52:29 mjacob Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -293,6 +293,7 @@
#define cdev_uk_init(c,n) cdev__oci_init(c,n)
#define cdev_scsibus_init(c,n) cdev__oci_init(c,n)
#define cdev_se_init(c,n) cdev__oci_init(c,n)
+#define cdev_ses_init(c,n) cdev__oci_init(c,n)
#define cdev_usb_init(c,n) { \
dev_init(c,n,open), dev_init(c,n,close), (dev_type_read((*))) enodev, \
Home |
Main Index |
Thread Index |
Old Index