Subject: CVS commit: src/sbin/mount
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/26/2005 21:43:33
Module Name: src
Committed By: christos
Date: Sun Jun 26 21:43:33 UTC 2005
Modified Files:
src/sbin/mount: vfslist.c vfslist.h
Log Message:
Don't abuse writing to const strings. We can pass const strings to this,
and we write to them. Allocate memory instead.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/mount/vfslist.c
cvs rdiff -r1.3 -r1.4 src/sbin/mount/vfslist.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.