]> granicus.if.org Git - sudo/commitdiff
Update copyright year and fix whitespace
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Jun 2010 13:09:39 +0000 (09:09 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Jun 2010 13:09:39 +0000 (09:09 -0400)
plugins/sudoers/check.c

index 847fff129f657a8bdf824dbbf2852cd705624514..45e8cd9d4d19679355f38bd49d3d99903d5b4617 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2005, 2007-2009
+ * Copyright (c) 1993-1996,1998-2005, 2007-2010
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
 #include <sys/time.h>
 #include <sys/stat.h>
 #ifdef __linux__
-#include <sys/vfs.h>
+# include <sys/vfs.h>
 #endif
 #if defined(__sun) && defined(__SVR4)
-#include <sys/statvfs.h>
+# include <sys/statvfs.h>
 #endif
 #ifndef __TANDEM
 # include <sys/file.h>