Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/18/2003 14:52:35
Module Name:	src
Committed By:	jdolecek
Date:		Tue Feb 18 12:52:34 UTC 2003

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

Log Message:
smbfs_smb_create(): use SMB_COM_CREATE_NEW rather than SMB_COM_CREATE; the
latter truncates the file if it exists, which we don't want to do
change the code a bit to be easier to read


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/smbfs/smbfs_smb.c

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