mirror of git://anongit.mindrot.org/openssh.git
- (stevesk) [xmmap.c] missing prototype for fatal()
This commit is contained in:
parent
beb5f3304b
commit
066e1ab8a3
|
@ -1,5 +1,6 @@
|
||||||
20020722
|
20020722
|
||||||
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
||||||
|
- (stevesk) [xmmap.c] missing prototype for fatal()
|
||||||
|
|
||||||
20020721
|
20020721
|
||||||
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's
|
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's
|
||||||
|
@ -1411,4 +1412,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2387 2002/07/22 15:28:53 mouring Exp $
|
$Id: ChangeLog,v 1.2388 2002/07/22 16:20:29 stevesk Exp $
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "log.h"
|
||||||
|
|
||||||
void *xmmap(size_t size)
|
void *xmmap(size_t size)
|
||||||
{
|
{
|
||||||
void *address;
|
void *address;
|
||||||
|
|
Loading…
Reference in New Issue