看板 DFBSD_commit 關於我們 聯絡資訊
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@wxs.nl> 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