Pawel Jakub Dawidek wrote:
> On Sat, Dec 21, 2002 at 09:45:54AM -0800, Terry Lambert wrote:
> +> This is actually a bad way to do things.
> +>
> +> There is a system call loadable module type, and you should
> +> use that instead of directly accessing the system call entry
> +> table and stomping on values without asserting appropriate
> +> locks.
> 
> But I want to operate on existing syscalls.

Then specify a system call number instead of allowing the system to
pick an unassigned system call for you.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to