From db30358dd9eea5fa79bc4b676550124c50e38e63 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 19 Jun 1995 17:38:05 +0000 Subject: [PATCH] fixed a typo --- check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.c b/check.c index d91c59d53..32fbf6a8b 100644 --- a/check.c +++ b/check.c @@ -273,7 +273,7 @@ static void update_timestamp() utp[0] = utp[1] = time(NULL); #endif /* HAVE_UTIME_H */ #else - struct utimbuf *utp = (utimbuf *) NULL; + struct utimbuf *utp = (struct utimbuf *) NULL; #endif /* HAVE_UTIME && !HAVE_UTIME_NULL */ /* become root */ -- 2.49.0