Date: Sat, 26 Apr 2003 12:44:45 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd devd.cc Message-ID: <200304261944.h3QJij2l040647@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/04/26 12:44:45 PDT FreeBSD src repository Modified files: sbin/devd devd.cc Log: Make better use of the string type when parsing things. This switches expand one from using a fixed buffer to using a string which dynamically allocates these things. Submitted by: green@ (against an earlier version of devd) Ignored for too long by: imp Revision Changes Path 1.11 +22 -28 src/sbin/devd/devd.cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304261944.h3QJij2l040647>