]> andersk Git - openssh.git/blobdiff - auth-shadow.c
- (dtucker) [auth-shadow.c] Prevent compiler warnings if "DAY" is defined
[openssh.git] / auth-shadow.c
index 66e8401f7c81ae507c944d4818c9c6ec99a3e51e..5762723a0a3a932e76d0f56c6f54b9c975f0ed1f 100644 (file)
@@ -32,6 +32,9 @@ RCSID("$Id$");
 #include "buffer.h"
 #include "log.h"
 
+#ifdef DAY
+# undef DAY
+#endif
 #define DAY    (24L * 60 * 60) /* 1 day in seconds */
 
 extern Buffer loginmsg;
This page took 0.090478 seconds and 4 git commands to generate.