mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
This commit is contained in:
parent
2c671bf6a8
commit
269275c90c
|
@ -33,6 +33,7 @@
|
|||
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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#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 */
|
||||
|
@ -753,8 +753,4 @@ struct winsize {
|
|||
# define SSH_IOBUFSZ 8192
|
||||
#endif
|
||||
|
||||
#ifndef PRIu64
|
||||
# define PRIu64 "llu"
|
||||
#endif
|
||||
|
||||
#endif /* _DEFINES_H */
|
||||
|
|
Loading…
Reference in New Issue