home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / utils / bug / 2227 < prev    next >
Encoding:
Text File  |  1992-12-14  |  790 b   |  24 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!claude.cs.umb.edu!karl
  3. From: karl@claude.cs.umb.edu (Karl Berry)
  4. Subject: sed 1.13 and bcopy
  5. Message-ID: <199212141757.AA20525@claude.cs.umb.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: karl@cs.umb.edu
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Mon, 14 Dec 1992 07:57:02 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 10
  13.  
  14. sed 1.13 doesn't compile on an IBM RT running 4.3 BSD because bcopy is
  15. defined both in libc and sed.c.
  16.  
  17. Although the definition in sed.c is protected with HAVE_BCOPY and
  18. HAVE_MEMCPY, nothing in configure defines those symbols.  If you don't
  19. want to change configure for whatever reason, then simply making sed.c's
  20. definition static would suffice.
  21.  
  22. karl@cs.umb.edu
  23.  
  24.