summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-08 08:23:47 +0000
committerJim Meyering <jim@meyering.net>2002-03-08 08:23:47 +0000
commitdb8d2fe339324ce223b2e3a24d1fdd82a1960e37 (patch)
tree759ec07331a97a7018f5d3f4902c48b988b94f03 /lib
parentb3183656ef3810e8560acd6fe68eee7ef9bdc1d8 (diff)
downloadcoreutils-db8d2fe339324ce223b2e3a24d1fdd82a1960e37.tar.xz
Mention that this wrapper is needed also on mips-dec-ultrix4.4 systems.
Diffstat (limited to 'lib')
-rw-r--r--lib/rename.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rename.c b/lib/rename.c
index 13b86d043..70ff13018 100644
--- a/lib/rename.c
+++ b/lib/rename.c
@@ -1,6 +1,7 @@
/* Work around the bug in some systems whereby rename fails when the source
- path has a trailing slash. The rename from SunOS 4.1.1_U1 has this bug.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ path has a trailing slash. The rename functions of SunOS 4.1.1_U1 and
+ mips-dec-ultrix4.4 have this bug.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by