home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2005 < prev    next >
Encoding:
Text File  |  1992-11-08  |  852 b   |  25 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!phys.uva.NL!bas
  3. From: bas@phys.uva.NL (Bas de Bakker)
  4. Subject: GNU tar 1.11.1 bug report
  5. Message-ID: <199211061022.AA19537@phys.uva.nl>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 6 Nov 1992 12:22:24 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 12
  12.  
  13. I tried to install GNU tar 1.11.1 on an IBM RS6000 running AIX 3.2.0.
  14. The following seems to be wrong:
  15.  
  16. In buffer.c, on line 1133, there is a switch(WTERMSIG(status)). It is
  17. obvious from the code that follows that the code assumes a 0 for
  18. WTERMSIG(status) when there was no signal. On this system, however,
  19. the macro returns a -1 in that case.
  20.  
  21. Hope this helps, I'll gladly supply more information if needed.
  22.  
  23. Bas de Bakker.
  24.  
  25.