diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-10 01:07:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-10 01:07:04 +0000 |
commit | e41630b08a5ec7b1c348c6e27f66a236b822c2e9 (patch) | |
tree | a3834c9a34a04a1dd40fa1ac79b30a28b2c9d163 /winsup/utils/ChangeLog | |
parent | 46258d6fb80517c94ea0fb73b601cbf3a9fc9edb (diff) | |
download | cygnal-e41630b08a5ec7b1c348c6e27f66a236b822c2e9.tar.gz cygnal-e41630b08a5ec7b1c348c6e27f66a236b822c2e9.tar.bz2 cygnal-e41630b08a5ec7b1c348c6e27f66a236b822c2e9.zip |
* dump_setup.cc (dump_setup): Check for the existence of the package list file.
Rework slightly to use static buffer for popen commands.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index e5bd9aa10..e8bf2f2f6 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,9 @@ +2003-08-09 Igor Pechtchanski <pechtcha@cs.nyu.edu> + Christopher Faylor <cgf@redhat.com> + + * dump_setup.cc (dump_setup): Check for the existence of the package + list file. Rework slightly to use static buffer for popen commands. + 2003-08-07 Igor Pechtchanski <pechtcha@cs.nyu.edu> Christopher Faylor <cgf@redhat.com> |