summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-30 20:52:14 +0000
committerphk <phk@FreeBSD.org>1999-08-30 20:52:14 +0000
commitb5f0a40b0d0b473324e29bf5990f80d41a0b8fa4 (patch)
treed5c44be1ff78ff1650e0b5b70fa9326169c3738d /sys/dev/si
parent0b81e841f1632c860d3c7627fa18872d7b0f6337 (diff)
downloadFreeBSD-src-b5f0a40b0d0b473324e29bf5990f80d41a0b8fa4.zip
FreeBSD-src-b5f0a40b0d0b473324e29bf5990f80d41a0b8fa4.tar.gz
Null commit to get last commit message recorded:
Avoid name clash with dev_t member si_tty.
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index c803032..bc26654 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -2808,3 +2808,4 @@ si_drvinit(void *unused)
}
SYSINIT(sidev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,si_drvinit,NULL)
+
OpenPOWER on IntegriCloud