Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execs
itself. Prevents two HUPs in quick succession from resulting in sshd
dying. bz#1692, patch from Colin Watson via Ubuntu.
+ - (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
20091208
- (dtucker) OpenBSD CVS Sync
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.157 2010/01/08 22:25:54 dtucker Exp $ */
+/* $Id: defines.h,v 1.158 2010/01/09 11:33:37 dtucker Exp $ */
/* Constants */
# define SSH_IOBUFSZ 8192
#endif
-#ifndef PRIu64
-# define PRIu64 "llu"
-#endif
-
#endif /* _DEFINES_H */