From 066e1ab8a36123a910e4dc7b3e2eb15890234a60 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 22 Jul 2002 16:20:29 +0000 Subject: - (stevesk) [xmmap.c] missing prototype for fatal() --- ChangeLog | 3 ++- openbsd-compat/xmmap.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 432d7a813..24796c4a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index a6b7d3bdf..8f1d2022c 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c @@ -26,6 +26,8 @@ #include #endif +#include "log.h" + void *xmmap(size_t size) { void *address; -- cgit v1.2.3