1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2006-01-05 14:31:22 +00:00
parent 955fbf3211
commit de0f11596d

View File

@@ -2,6 +2,11 @@
* Version 6.0-cvs.
* src/remove.c: Give a few functions the inline attribute.
(AD_pop_and_chdir): Use gotos to avoid some duplication.
(AD_push): Rewrite an assertion so that the entire computation
goes away when assertions are turned off.
* src/tail.c (ENOSYS) [!defined ENOSYS]: Don't define here.
It's already defined in "system.h".
* Makefile.maint: Add a FIXME comment.