Merge commit 'upstream/1.7.4p4'
[debian/sudo] / utimes.c
index ae163cd592e68b56750f679adf08471cb0ee62de..84f4c433cb6d8c7c52dd26b818f9a26b814609b0 100644 (file)
--- a/utimes.c
+++ b/utimes.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -20,7 +20,7 @@
 #include <sys/time.h>
 #include <stdio.h>
 #if TIME_WITH_SYS_TIME
-#include <time.h>
+# include <time.h>
 #endif
 
 #ifdef HAVE_UTIME_H
 
 #include <compat.h>
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: utimes.c,v 1.8.2.3 2007/06/12 00:56:43 millert Exp $";
-#endif /* lint */
-
 #ifndef HAVE_UTIMES
 /*
  * Emulate utimes() via utime()