arla 0.22 compile errors on NetBSD/Alpha current
Todd Cohen
cohentl at clarkson.edu
Tue Mar 9 06:33:43 CET 1999
well, with these patches it compiled.. i'll do some testing tomorrow
afternoon
>
> Index: xfs/bsd/xfs_syscalls-common.c
> ===================================================================
> RCS file: /usr/local/cvsroot/arla/xfs/bsd/xfs_syscalls-common.c,v
> retrieving revision 1.25
> diff -u -w -r1.25 xfs_syscalls-common.c
> --- xfs_syscalls-common.c 1999/02/18 13:29:22 1.25
> +++ xfs_syscalls-common.c 1999/03/08 21:02:31
> @@ -198,8 +198,8 @@
>
> error = copyinstr(pathptr, path, MAXPATHLEN, &done);
>
> - XFSDEB(XDEBSYS, ("xfs_syscall: looking up: %s len: %d error: %d\n",
> - path, done, error));
> + XFSDEB(XDEBSYS, ("xfs_syscall: looking up: %s len: %lu error: %d\n",
> + path, (unsigned long)done, error));
>
> if (error)
> return error;
> Index: xfs/bsd/xfs/xfs_syscalls.h
> ===================================================================
> RCS file: /usr/local/cvsroot/arla/xfs/bsd/xfs/xfs_syscalls.h,v
> retrieving revision 1.14
> diff -u -w -r1.14 xfs_syscalls.h
> --- xfs_syscalls.h 1999/02/15 01:55:16 1.14
> +++ xfs_syscalls.h 1999/03/08 21:02:31
> @@ -86,7 +86,7 @@
> int xfs_setpag_call(struct ucred **ret_cred);
> int xfs_pioctl_call(struct proc *proc,
> struct sys_pioctl_args *args,
> - int *return_value);
> + register_t *return_value);
>
> int sys_xfspioctl(struct proc *proc, void *varg, register_t *retval);
>
> Index: xfs/bsd/xfs/xfs_vfsops.h
> ===================================================================
> RCS file: /usr/local/cvsroot/arla/xfs/bsd/xfs/xfs_vfsops.h,v
> retrieving revision 1.9
> diff -u -w -r1.9 xfs_vfsops.h
> --- xfs_vfsops.h 1999/01/10 03:00:38 1.9
> +++ xfs_vfsops.h 1999/03/08 21:02:31
> @@ -70,7 +70,7 @@
> long fileid,
> long gen,
> int flags,
> - int *retval);
> + register_t *retval);
>
> int make_dead_vnode(struct mount *mp, struct vnode **vpp);
>
---------------------------------------------------
http://www.clarkson.edu/~cohentl
todd.cohen at clarkson.edu
"You can use divine intervention to solve the problem if you need to."
- Coleman, 1998
Clarkson University WCKN-TV, LUG, and SDCS: UNIX/Systems Administrations
---------------------------------------------------
More information about the Arla-drinkers
mailing list