Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc



>Module Name:   syssrc
>Committed By:  jdolecek
>Date:          Sat Sep  4 18:56:01 UTC 1999
>
>Modified Files:
>       syssrc/sys/ntfs: ntfs_subr.c ntfs_subr.h
>
>Log Message:
>change ntfs_read*attr*() and ntfs_write*attr*() to accept struct
>       uio parameter; if it's not null, the data are copied directly
>       into/from the user buffer via uiomove()
>new macro NTFS_U28() and function ntfs_u28() to convert between Unicode
>       and 8bit encoding; all it does currently is getting lower 8bit
>       of the Unicode char and subtituting '_' for it if the result would be 0;
>       use the macro within NTFS_TOUPPER() macro and in ntfs_uastrcmp()
>g/c the (ntfsmount *) parametr to ntfs_u*astr[i]cmp() functions, it's no
>       longer needed
>avoid excessive intendation

        ntfs_vfsops.c does not compile due to change in ntfs_readattr()
        argument.  Could you please take care of that? (or is my source code
        out of sync?)

itojun



Home | Main Index | Thread Index | Old Index