Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/20/2004 19:48:30
Module Name:	src
Committed By:	jdolecek
Date:		Sat Mar 20 19:48:30 UTC 2004

Modified Files:
	src/sys/fs/smbfs: smbfs_vnops.c

Log Message:
escape the backslash in badchars so that smbfs_pathcheck() correctly
rejects pathnames with backslashes in them (and to avoid a syntax error)

change from FreeBSD


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/fs/smbfs/smbfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.