From 934a35c329708529e2709b09f3199a6502a48d83 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp 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