[1032] in NetBSD-Development
Re: Symbol renaming
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Oct 2 20:26:34 1995
Date: Mon, 2 Oct 1995 20:26:08 -0400
From: Derek Atkins <warlord@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: netbsd-afs@MIT.EDU, linux-afs-bugs@toxicwaste.media.mit.edu
In-Reply-To: "[1031] in NetBSD-Development"
> I modified several files in AFS to use the new sys_ symbol names
> (sys_setgroups, sys_fcntl, sys_lkmnosys). Note that the symbol
> renaming in our source tree hasn't been checked into the CVS
> repository yet.
Are these NetBSD-specific changes? If not, then there will be
a conflict between the kernel syscall name and the AFS syscall
replacement under Linux.
-derek