Date: Fri, 15 Feb 2008 21:20:05 GMT From: dfilter@FreeBSD.org (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: kern/114110: commit references a PR Message-ID: <200802152120.m1FLK5hO036729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/114110; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/114110: commit references a PR Date: Fri, 15 Feb 2008 21:19:25 +0000 (UTC) antoine 2008-02-15 21:19:15 UTC FreeBSD src repository Modified files: lib/libdisk disk.c Log: - Make Disk_Names() behave as documented in libdisk(3): return an array of disk names, where you must free each pointer, as well as the array by hand. [1] - Destaticize "disks" in Disk_Names, it has no reasons to be static. PR: kern/96077 [1] PR: kern/114110 [1] MFC after: 1 month Approved by: rwatson (mentor) Revision Changes Path 1.128 +14 -5 src/lib/libdisk/disk.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802152120.m1FLK5hO036729>