Source-Changes-HG archive

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

[src/trunk]: src/sys/ntfs Fix compilation problems on the Alpha.



details:   https://anonhg.NetBSD.org/src/rev/0920aab62edd
branches:  trunk
changeset: 473037:0920aab62edd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 18 00:22:41 1999 +0000

description:
Fix compilation problems on the Alpha.

diffstat:

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

diffs (37 lines):

diff -r fd574645e5f7 -r 0920aab62edd sys/ntfs/ntfs_subr.c
--- a/sys/ntfs/ntfs_subr.c      Mon May 17 23:47:27 1999 +0000
+++ b/sys/ntfs/ntfs_subr.c      Tue May 18 00:22:41 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_subr.c,v 1.2 1999/05/06 15:43:19 christos Exp $   */
+/*     $NetBSD: ntfs_subr.c,v 1.3 1999/05/18 00:22:41 thorpej Exp $    */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko (semenu%FreeBSD.org@localhost)
@@ -99,7 +99,8 @@
        struct attr_attrlist *aalp;
        struct attr_attrlist *nextaalp;
        caddr_t         alpool;
-       int             len, namelen;
+       int             namelen;
+       size_t          len;
 
        *vapp = NULL;
 
diff -r fd574645e5f7 -r 0920aab62edd sys/ntfs/ntfs_vfsops.c
--- a/sys/ntfs/ntfs_vfsops.c    Mon May 17 23:47:27 1999 +0000
+++ b/sys/ntfs/ntfs_vfsops.c    Tue May 18 00:22:41 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vfsops.c,v 1.2 1999/05/06 15:43:20 christos Exp $ */
+/*     $NetBSD: ntfs_vfsops.c,v 1.3 1999/05/18 00:22:41 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko
@@ -174,7 +174,7 @@
        struct nameidata *ndp,
        struct proc *p )
 {
-       u_int           size;
+       size_t          size;
        int             err = 0;
        struct vnode    *devvp;
        struct ntfs_args args;



Home | Main Index | Thread Index | Old Index