home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.31 / text0054.txt < prev    next >
Encoding:
Text File  |  1993-07-15  |  409 b   |  20 lines

  1. Submitted-by: gwyn@smoke.brl.mil (Doug Gwyn)
  2.  
  3. There was a typo in the PD abort() implementation I posted in this thread:
  4.  
  5. $ diff abort.c.typo abort.c.fixed
  6. 6c6
  7. <     last edit:    13-Dec-1992    Gwyn@ARL.Army.Mil
  8. ---
  9. >     last edit:    07-May-1993    Gwyn@ARL.Army.Mil
  10. 73c73
  11. <         sigfunc == SIG_DFL;
  12. ---
  13. >         sigfunc = SIG_DFL;    /* bug fix courtesy rlh@world.std.com */
  14.  
  15. Sorry about that..
  16.  
  17.  
  18. Volume-Number: Volume 31, Number 57
  19.  
  20.