Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/27/1999 23:10:33
Module Name:	syssrc
Committed By:	jdolecek
Date:		Tue Sep 28 06:10:33 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs_subr.c ntfs_subr.h

Log Message:
ntfs_ntvattrget(): move duplicated code to separate function
	ntfs_findvattr(), AALPCMP --> NTFS_AALPCMP, avoid excessive
	intendation, fix debug printf when the attribute is not found
	to print only first namelen characters of name
some minor KNF and const poisoning
ntfs_ntlookupattr(): make it static, collapse duplicated code
ntfs_ntlookupfile(): avoid memory leak, explicitly set error to 0 when
	returning success
kill some bogus comments


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/ntfs/ntfs_subr.h

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