Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3-0] src/lib/libc/gen
Module Name: src
Committed By: bouyer
Date: Sun Aug 26 20:03:27 UTC 2007
Modified Files:
src/lib/libc/gen [netbsd-3-0]: Makefile.inc
Added Files:
src/lib/libc/gen [netbsd-3-0]: cgetcap.3
Removed Files:
src/lib/libc/gen [netbsd-3-0]: getcap.3
Log Message:
Pull up following revision(s) (requested by bad in ticket #1821):
lib/libc/gen/cgetcap.3: revisions 1.1 - 1.3
lib/libc/gen/Makefile.inc: revision 1.143
lib/libc/gen/getcap.3: file removal
Both libcurses and libc installed a getcap(3) manpage, and both used it
as target for a bunch of MLINKS. This had the effect that whatever came
last in install overwrote everything from the other camp.
Solve this by renaming the libc page -- this makes sense because no
function is really named "getcap" here.
To generate a diff of this commit:
cvs rdiff -r1.140 -r1.140.4.1 src/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.3.14.2 src/lib/libc/gen/cgetcap.3
cvs rdiff -r1.20 -r0 src/lib/libc/gen/getcap.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index