Eliminate tinderbox errors.

This commit is contained in:
Craig Rodrigues 2005-11-07 13:10:45 +00:00
parent beb1654e70
commit 4a1f4e2a13

View File

@ -1,7 +1,4 @@
/* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */
#ifndef PUC_FASTINTR
#define PUC_FASTINTR
#endif
/*-
* Copyright (c) 2002 JF Hay. All rights reserved.
@ -85,6 +82,11 @@ __FBSDID("$FreeBSD$");
*/
#include "opt_puc.h"
#ifndef PUC_FASTINTR
#define PUC_FASTINTR
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>