Up to [cvs.NetBSD.org] / src / sys / sys
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-2
Revision 1.68.4.1 / (download) - annotate - [select for diffs], Mon Jan 30 14:48:18 2006 UTC (12 years, 2 months ago) by tron
Branch: netbsd-2
Changes since 1.68: +3 -3
lines
Diff to previous 1.68 (colored) next main 1.69 (colored)
Pull up following revision(s) (requested by kleink in ticket #10233): sys/sys/socket.h: revision 1.78 Since NULL isn't necessarily available, change CMSG_*() to use the integer constant expression directly instead. Fixes a problem in the build of rxvt-unicode-7.2, as reported by Thomas Klausner.
Revision 1.68 / (download) - annotate - [select for diffs], Thu Aug 7 16:34:14 2003 UTC (14 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-2
Changes since 1.67: +2 -6
lines
Diff to previous 1.67 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself.