[TUHS] Copyright on 4.2BSD?
Arno Griffioen via TUHS
tuhs at tuhs.org
Mon Oct 14 17:01:36 AEST 2024
On Sat, Oct 12, 2024 at 11:46:49PM -0600, arnold at skeeve.com wrote:
> I'm working on revising my book on basic *nix programming, and for
> the new chapter on sockets, I want to include some code from 4.2 BSD.
Does 'code from 4.2 BSD' mean snippets of actual kernel code or more
like examples of BSD-specific syscalls and networking (socket(), select())
and such?
In the latter case you could see if you can still get a copy of the old
(1986) book 'C Programming in the Berkeley Unix Environment' which was pretty
much filled with BSD specific stuff and how that was perhaps done in
attributing the correct parties:
https://www.abebooks.com/9780131097605/Programming-Berkeley-Unix-Environment-Horspool-0131097601/plp
Unfortunately my copy got lost over some moves, so I no longer have one
to look it up...
Bye, Arno.
More information about the TUHS
mailing list