summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-29 19:56:30 +1100
committerDamien Miller <djm@mindrot.org>1999-12-29 19:56:30 +1100
commit58ca7d8503b4e6346bed0844a6ab94a9a4f2b1ec (patch)
tree796051f6718c40a0b6b61466a0e9e566c2925e3a /ChangeLog
parent06b472b12471a8179664e8f5c94441664f317f2b (diff)
- Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
- Minor Makefile cleaning
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34019c237..8fcd17d06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
9 - Calls to pam_setcred, patch from Nalin Dahyabhai 9 - Calls to pam_setcred, patch from Nalin Dahyabhai
10 <nalin@thermo.stat.ncsu.edu> 10 <nalin@thermo.stat.ncsu.edu>
11 - Detect missing size_t and typedef it. 11 - Detect missing size_t and typedef it.
12 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
13 - Minor Makefile cleaning
12 14
1319991228 1519991228
14 - Replacement for getpagesize() for systems which lack it 16 - Replacement for getpagesize() for systems which lack it