fix christos' type-o: s/dec_decl/dev_decl/ on line 115.

This commit is contained in:
chuck 1996-04-03 20:35:25 +00:00
parent f1128403ae
commit 6fa7f71c9c

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.3 1996/03/14 21:29:41 christos Exp $ */
/* $NetBSD: conf.c,v 1.4 1996/04/03 20:35:25 chuck Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -112,7 +112,7 @@ cdev_decl(st);
cdev_decl(vnd);
cdev_decl(ccd);
dec_decl(filedesc,open);
dev_decl(filedesc,open);
#include "bpfilter.h"
cdev_decl(bpf);