Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 1996 07:33:25 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-usrbin
Subject:   cvs commit: src/usr.bin/ar misc.c
Message-ID:  <199601221533.HAA20872@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mpp         96/01/22 07:33:24

  Modified:    usr.bin/ar  misc.c
  Log:
  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.
  
  Revision  Changes    Path
  1.4       +1 -1      src/usr.bin/ar/misc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601221533.HAA20872>