K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-01-22T15:33:20.000000Z K 7 svn:log V 334 Change ar's internal error routine to call err() instead of errx() so that when ar has a problem (like trying to update a read-only archive), you get a message like: ar: xyzzy.a: Permission denined instead of: ar: xyzzy.a Which doesn't really give the user any indication that the operation really did fail. This closes PR# 170. END