Subject: Re: postgres port
To: Alistair G. Crooks <agc@uts.amdahl.com>
From: matthew green <mrg@mame.mu.Oz.Au>
List: current-users
Date: 06/08/1995 21:20:26
> 3. The dynamic linking functions in NetBSD have changed over the last
> week, and I've still to roll the changes in.
>
> how so ? dlerror() has been added, but the *interface* hasn't changed,
> has it ?
Surely if you add a function to an interface, you change the interface?
well, yes, but the others didn't, which is what i *really* meant.
The old Postgres95 port defined its own dlerror. Now there's a system
one, plus a dlfcn.h header file.
ah yes, i had forgotten about that one. kind of trivial, though.
.mrg.