home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!claude.cs.umb.edu!karl
- From: karl@claude.cs.umb.edu (Karl Berry)
- Subject: sed 1.13 and bcopy
- Message-ID: <199212141757.AA20525@claude.cs.umb.edu>
- Sender: gnulists@ai.mit.edu
- Reply-To: karl@cs.umb.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 14 Dec 1992 07:57:02 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 10
-
- sed 1.13 doesn't compile on an IBM RT running 4.3 BSD because bcopy is
- defined both in libc and sed.c.
-
- Although the definition in sed.c is protected with HAVE_BCOPY and
- HAVE_MEMCPY, nothing in configure defines those symbols. If you don't
- want to change configure for whatever reason, then simply making sed.c's
- definition static would suffice.
-
- karl@cs.umb.edu
-
-