From 5dad430ef3d8b389aa42159e840b06c40d9c06ed Mon Sep 17 00:00:00 2001 From: phk <phk@FreeBSD.org> Date: Wed, 25 Jun 2003 08:30:45 +0000 Subject: [PATCH] Remove an '_' which was surplus to requirements. --- sys/sys/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/watchdog.h b/sys/sys/watchdog.h index cd2690b6ac30..8cfac00b3e95 100644 --- a/sys/sys/watchdog.h +++ b/sys/sys/watchdog.h @@ -26,7 +26,7 @@ * $FreeBSD$ */ #ifndef _SYS_WATCHDOG_H -#define _SYS__WATCHDOG_H +#define _SYS_WATCHDOG_H #include <sys/ioccom.h>