Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 1995 21:38:09 -0800
From:      David Greenman <davidg@Root.COM>
To:        Bruce Evans <bde@freefall.freebsd.org>
Cc:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/nfs nfs_syscalls.c 
Message-ID:  <199511140538.VAA04312@corbin.Root.COM>
In-Reply-To: Your message of "Mon, 13 Nov 95 21:16:39 PST." <199511140516.VAA26050@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>bde         95/11/13 21:16:38
>
>  Modified:    sys/nfs   nfs_syscalls.c
>  Log:
>  Included <sys/sysproto.h> to get central declarations for syscall args
>  structs and prototypes for syscalls.
>  
>  Ifdefed duplicated decentralized declarations of args structs.  It's
>  convenient to have this visible but they are hard to maintain.  Some
>  are already different from the central declarations.  4.4lite2 puts
>  them in comments in the function headers but I wanted to avoid the
>  large changes for that.

   Now that the definitions are in sysproto.h, I'd like to see them removed
from the .c files.

-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511140538.VAA04312>