summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-10-06 23:15:44 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-10-06 23:15:44 +1000
commitdbc2296e2c4af222f079cb400d75797b566caab6 (patch)
treeefc86d2a90bd591d930034b365a9abd4620469a0 /ChangeLog
parentb7d55e3eb564246a853039fd7d2940b79eb0068d (diff)
- (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
to void * to appease picky compilers (eg Tru64's "cc -std1").
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97563707..6baa4bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
20041006
- (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode
and other PAM platforms.
+ - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
+ to void * to appease picky compilers (eg Tru64's "cc -std1").
20040930
- (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@
@@ -1761,4 +1763,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3557 2004/10/06 10:09:32 dtucker Exp $
+$Id: ChangeLog,v 1.3558 2004/10/06 13:15:44 dtucker Exp $