cvs commit: src/gnu/usr.bin/cvs/lib Makefile xgethostname.c.patc

看板DFBSD_commit作者時間21年前 (2005/04/19 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #12P1b700 (DFBSD_commit)