summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-18 16:11:53 +0000
committerChristopher Faylor <me@cgf.cx>2006-01-18 16:11:53 +0000
commit25ef7a93b619f0370f7b9bca7526a236d1ad9ba4 (patch)
tree4d1980b94f37961650b7e225a32a1fe50996e1a8
parent14a4d5989a2415931dec5cdb742576d17ec63970 (diff)
downloadcygnal-25ef7a93b619f0370f7b9bca7526a236d1ad9ba4.tar.gz
cygnal-25ef7a93b619f0370f7b9bca7526a236d1ad9ba4.tar.bz2
cygnal-25ef7a93b619f0370f7b9bca7526a236d1ad9ba4.zip
Wasn't going to check this in but since it did get checked in, here's a ChangeLog.
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index ca74fbfdc..a5c44eeae 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-18 Christopher Faylor <cgf@timesys.com>
+
+ * Makefile.in (sysconfdir): Remove unneeded variable.
+
+ * mkgroup.c: Replace ` with ' throughout.
+ * mkpasswd.c: Ditto.
+ * setfacl.c: Ditto.
+ * ssp.c: Ditto.
+
2006-01-18 Dave Korn <dave.korn@artimi.com>
* cygpath.cc (dowin): Remove stray debugging printf statement.