From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Aki M Nyrhinen Message-ID: Subject: [9fans] tar.c, should use readn() instead of read(). Date: Mon, 12 Aug 2002 08:59:12 +0000 Topicbox-Message-UUID: da786c72-eaca-11e9-9e20-41e7f4b1d025 tar's readtar() -function uses read(), where it should use readn(). This causes problems when piping to tar from a program that doesn't write() in multiples of 512.