Xref: utzoo unix-pc.general:816 comp.sys.att:3478 Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!ig!uwmcsd1!dogie!uwvax!rocky.cs.wisc.edu!root From: root@rocky.cs.wisc.edu.CS.WISC.EDU (Charlie Root) Newsgroups: unix-pc.general,comp.sys.att Subject: Re: BSD stuff --> libndir and libdbm Message-ID: <5831@spool.cs.wisc.edu> Date: 13 Jun 88 18:56:29 GMT References: <290@uncle.UUCP> Sender: news@spool.cs.wisc.edu Reply-To: sadler@rocky.CS.WISC.EDU (Charlie Root) Organization: U of Wisconsin CS Dept Lines: 13 As for libndir, there was a public domain implementaion of the directory routines posted to comp.sources.unix a long time ago. You can ftp it from j.cc.purdue.edu. UUCP access through uunet.uu.net. I havn't seen a public domain impl. of libdbm. I think that it is avail. from AT&T. If you try and port it from BSD sources, there is a problem with when a database goes past one disk page. Turns out there is a call to bcopy, and memcopy, (and for that manor Wollengong's implementation of BCOPY) does not handle it correctly. A simple substitution is easy to whip up. Jonathan Sadler Computing Systems Lab (CSL) University of Wisconsin - Madison