Source-Changes-HG archive

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

[src/trunk]: src/sys/ntfs Make it compile again.



details:   https://anonhg.NetBSD.org/src/rev/c4b01391f533
branches:  trunk
changeset: 476050:c4b01391f533
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Sep 04 22:12:15 1999 +0000

description:
Make it compile again.

diffstat:

 sys/ntfs/ntfs_subr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3365d561d3c8 -r c4b01391f533 sys/ntfs/ntfs_subr.c
--- a/sys/ntfs/ntfs_subr.c      Sat Sep 04 22:00:32 1999 +0000
+++ b/sys/ntfs/ntfs_subr.c      Sat Sep 04 22:12:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_subr.c,v 1.10 1999/09/04 18:56:01 jdolecek Exp $  */
+/*     $NetBSD: ntfs_subr.c,v 1.11 1999/09/04 22:12:15 augustss Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko (semenu%FreeBSD.org@localhost)
@@ -1427,7 +1427,7 @@
 
        *initp = 0;
 
-       if (vap->va_flag & NTFS_AF_INRUN == 0) {
+       if ((vap->va_flag & NTFS_AF_INRUN) == 0) {
                printf("ntfs_writevattr_plain: CAN'T WRITE RES. ATTRIBUTE\n");
                return ENOTTY;
        }



Home | Main Index | Thread Index | Old Index