Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard

links, and no longer segfault in a certain wierd case.
This commit is contained in:
Eric Andersen
2000-12-07 00:34:58 +00:00
parent 6b78fe383f
commit 3d957c87b7
5 changed files with 192 additions and 10 deletions

View File

@@ -43,6 +43,8 @@
* Larry Doolittle -- \r handled now in echo and tr
* Matt Kraai -- rewrite of uniq
* Mark Whitley -- remix of xargs
* Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks
hard links.
-Erik Andersen