Eliminate tinderbox errors.

This commit is contained in:
rodrigc 2005-11-07 13:10:45 +00:00
parent 98b0d14e14
commit 02881cfb02

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>