diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 1f06e5dbef5d..5ce2f5de8d49 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -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 @@ -401,6 +401,9 @@ cdev_decl(st); bdev_decl(cd); cdev_decl(cd); +bdev_decl(uk); +cdev_decl(uk); + cdev_decl(bpf); cdev_decl(tun);