]> granicus.if.org Git - sudo/commitdiff
fixed a typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Jun 1995 17:38:05 +0000 (17:38 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Jun 1995 17:38:05 +0000 (17:38 +0000)
check.c

diff --git a/check.c b/check.c
index d91c59d532c2e16a2d1aefe80aa891a6bb7cbf04..32fbf6a8b62408cefb1aa69656ae03e8cd6f66c9 100644 (file)
--- 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 */