- (stevesk) [xmmap.c] missing prototype for fatal()

This commit is contained in:
Kevin Steves 2002-07-22 16:20:29 +00:00
parent beb5f3304b
commit 066e1ab8a3
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
20020722
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
- (stevesk) [xmmap.c] missing prototype for fatal()
20020721
- (stevesk) [auth-pam.c] merge cosmetic changes from solar's
@ -1411,4 +1412,4 @@
- (stevesk) entropy.c: typo in debug message
- (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 $

View File

@ -26,6 +26,8 @@
#include <sys/mman.h>
#endif
#include "log.h"
void *xmmap(size_t size)
{
void *address;