Declare `uk' device.
This commit is contained in:
parent
8896ec778e
commit
8aa79b5600
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: conf.h,v 1.41 1996/10/03 23:40:59 thorpej Exp $ */
|
/* $NetBSD: conf.h,v 1.42 1996/11/11 23:58:48 pk Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990, 1993
|
* Copyright (c) 1990, 1993
|
||||||
|
@ -401,6 +401,9 @@ cdev_decl(st);
|
||||||
bdev_decl(cd);
|
bdev_decl(cd);
|
||||||
cdev_decl(cd);
|
cdev_decl(cd);
|
||||||
|
|
||||||
|
bdev_decl(uk);
|
||||||
|
cdev_decl(uk);
|
||||||
|
|
||||||
cdev_decl(bpf);
|
cdev_decl(bpf);
|
||||||
|
|
||||||
cdev_decl(tun);
|
cdev_decl(tun);
|
||||||
|
|
Loading…
Reference in New Issue