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 with -current. I hope I got it right.



details:   https://anonhg.NetBSD.org/src/rev/316983b2a4d3
branches:  trunk
changeset: 474939:316983b2a4d3
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jul 26 23:26:14 1999 +0000

description:
Make it compile with -current.  I hope I got it right.

diffstat:

 sys/ntfs/ntfs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 397bb86dbc5d -r 316983b2a4d3 sys/ntfs/ntfs_vnops.c
--- a/sys/ntfs/ntfs_vnops.c     Mon Jul 26 23:02:53 1999 +0000
+++ b/sys/ntfs/ntfs_vnops.c     Mon Jul 26 23:26:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vnops.c,v 1.5 1999/07/26 14:40:34 jdolecek Exp $  */
+/*     $NetBSD: ntfs_vnops.c,v 1.6 1999/07/26 23:26:14 augustss Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -85,7 +85,7 @@
 static int     ntfs_print __P((struct vop_print_args *ap));
 static int     ntfs_reclaim __P((struct vop_reclaim_args *ap));
 static int     ntfs_strategy __P((struct vop_strategy_args *ap));
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) && __NetBSD_Version__ < 104050000
 static int     ntfs_islocked __P((struct vop_islocked_args *ap));
 static int     ntfs_unlock __P((struct vop_unlock_args *ap));
 static int     ntfs_lock __P((struct vop_lock_args *ap));
@@ -473,7 +473,7 @@
        return (0);
 }
 
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) && __NetBSD_Version__ < 104050000
 /*
  * Check for a locked ntnode.
  */



Home | Main Index | Thread Index | Old Index