*** empty log message ***

This commit is contained in:
Jim Meyering
2000-03-19 17:44:47 +00:00
parent 3cb1bf80e0
commit 784f0940b8
-8
View File
@@ -21,14 +21,6 @@
* tests/date/Test.pm: Set the default TZ value to UTC0, not UTC.
The latter didn't have any effect on alphaev56-dec-osf4.0f.
chroot accepts new option: --no-chdir
* src/chroot.c (<getopt.h>): Include it.
(INHIBIT_CHDIR): Define.
(longopts): Declare and define.
(usage): Describe new option.
(main): Use getopt_long.
Don't call `chdir ("/")' if --no-chdir was specified.
Final merge with fileutils.
* src/system.h: Use standard `#if TIME_WITH_SYS_TIME...' block
rather than `#if TM_IN_SYS_TIME' one.