diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-28 02:53:15 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-28 02:53:15 +0000 |
commit | f7dc60676bedc0a2f9fbccaed8b16d29afb3bd1a (patch) | |
tree | bd9dd67ed378690bd9b8e7696f4bd7be0a0c550a /sys/arch/mvme88k | |
parent | 5ffaedb1bc0b833a69e2c1e1f60ac3e01caef3d3 (diff) |
move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/conf.c b/sys/arch/mvme88k/mvme88k/conf.c index 185ac2ee161..dcddf76d533 100644 --- a/sys/arch/mvme88k/mvme88k/conf.c +++ b/sys/arch/mvme88k/mvme88k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.19 2001/08/23 22:33:23 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.20 2001/09/28 02:53:13 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -114,7 +114,6 @@ cdev_decl(lptwo); #endif /* notyet */ #include "pf.h" -cdev_decl(pf); #include <altq/altqconf.h> |