]> andersk Git - openssh.git/commitdiff
[monitor_mm.c] add missing declaration for xmmap(). Reported
authortim <tim>
Thu, 18 Jul 2002 18:34:29 +0000 (18:34 +0000)
committertim <tim>
Thu, 18 Jul 2002 18:34:29 +0000 (18:34 +0000)
 by ayamura@ayamura.org

ChangeLog
monitor_mm.c

index fda3e71acae909bc225409bf88f4714aec55bc5c..e14a882652a5f48e2659208007ddda6e98ef025a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+20020718
+ - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
+ - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
+   by ayamura@ayamura.org
+
 20020717
  - (bal) aixbff package updated by dtucker@zip.com.au
  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
    for autoconf 2.53. Based on a patch by jrj@purdue.edu
- - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
 
 20020716
  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
index fb5f2c82c65a414125ee42c9ebbf78fdb56c069b..c0e141343e712c44b411e375c47f2b7c6ebef90b 100644 (file)
@@ -28,6 +28,7 @@ RCSID("$OpenBSD: monitor_mm.c,v 1.7 2002/06/28 01:49:31 millert Exp $");
 
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
+void *xmmap(size_t);
 #endif
 
 #include "ssh.h"
This page took 0.542309 seconds and 5 git commands to generate.