From 4cfce7a7a6ebc95ace0c8f8c01c807abdef0c3d4 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Apr 2002 09:51:45 +0000 Subject: [PATCH] Removed unused forward struct declaration. --- sys/sys/timex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/timex.h b/sys/sys/timex.h index a4379fea3f1..08a9bcd5af8 100644 --- a/sys/sys/timex.h +++ b/sys/sys/timex.h @@ -220,7 +220,6 @@ struct timex { #ifdef __FreeBSD__ #ifdef _KERNEL -struct timehands; void ntp_update_second(int64_t *adjustment, time_t *newsec); #else /* !_KERNEL */ #include