DragonFly commits List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/gnu/usr.bin/cvs/lib Makefile xgethostname.c.patch
dillon 2005/04/18 13:22:42 PDT
DragonFly src repository
Modified files:
gnu/usr.bin/cvs/lib Makefile
Added files:
gnu/usr.bin/cvs/lib xgethostname.c.patch
Log:
CVS was seg-faulting on systems with hostnames greater then 34 characters
long due to assuming that gethostname() would return ENAMETOOLONG. In
FreeBSD/DragonFly it returns ENOMEM. Use our auto-patching mechanism to
patch in the additional error code.
Reported-by: Jeroen Ruigrok/asmodai <asmodai@xxxxxx>
Revision Changes Path
1.10 +4 -1 src/gnu/usr.bin/cvs/lib/Makefile
http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/cvs/lib/Makefile.diff?r1=1.9&r2=1.10&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]