[677] in arla-drinkers

home help back first fref pref prev next nref lref last post

Re: arla 0.22 compile errors on NetBSD/Alpha current

daemon@ATHENA.MIT.EDU (Todd Cohen)
Tue Mar 9 00:39:50 1999

From owner-arla-drinkers@stacken.kth.se Tue Mar 09 05:39:49 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 28030 invoked from network); 9 Mar 1999 05:39:48 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
  by bloom-picayune.mit.edu with SMTP; 9 Mar 1999 05:39:48 -0000
Received: (from majordom@localhost)
	by sundance.stacken.kth.se (8.8.8/8.8.8) id GAA28599
	for arla-drinkers-list; Tue, 9 Mar 1999 06:33:43 +0100 (MET)
Received: from mail.clarkson.edu (mail.clarkson.edu [128.153.4.59])
	by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id GAA28583
	for <arla-drinkers@stacken.kth.se>; Tue, 9 Mar 1999 06:30:17 +0100 (MET)
Received: from vador.clarkson.edu (vador.clarkson.edu [128.153.4.66])
	by mail.clarkson.edu (8.8.8/8.8.8) with SMTP id AAA19843
	for <arla-drinkers@stacken.kth.se>; Tue, 9 Mar 1999 00:30:15 -0500 (EST)
Date: Tue, 9 Mar 1999 00:30:15 -0500 (EST)
From: Todd Cohen <cohentl@clarkson.edu>
cc: Arla <arla-drinkers@stacken.kth.se>
Subject: Re: arla 0.22 compile errors on NetBSD/Alpha current
In-Reply-To: <5l3e3felod.fsf@assaris.sics.se>
Message-ID: <Pine.SOL.3.96.990309002944.13043B-100000@vador.clarkson.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk

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@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 
---------------------------------------------------


home help back first fref pref prev next nref lref last post