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

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Apr 18 13:22:48 PDT 2005


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 at 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





More information about the Commits mailing list