Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Dec 2000 16:40:16 -0500
From:      Marcel Moolenaar <marcel@cup.hp.com>
To:        Alfred Perlstein <alfred@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern makesyscalls.sh
Message-ID:  <3A281AC0.8ACB10C5@cup.hp.com>
References:  <200012010847.eB18ltq66577@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alfred Perlstein wrote:
> 
>   Modified files:
>     sys/kern             makesyscalls.sh
>   Log:
>   Add reserved lkmressys keyword.  I swear, this script will die the
>   next time I need to hack on it.

Well, we need to change it anyway to have a more enhanced mechanism to
mark syscalls as COMPAT syscalls. Currently we only have COMPAT, meaning
COMPAT_43. But we also have syscalls that are FreeBSD2.x or FreeBSD3.x
compatibility syscalls. Currently we have code wrapped in #ifdef
COMPAT_43, while it actually should be wrapped in #ifdef COMPAT_FBSD3 or
something along that line.

I guess I can't talk you into making that change then... :-)

-- 
Marcel Moolenaar
  mail: marcel@cup.hp.com / marcel@FreeBSD.org
  tel:  (408) 447-4222


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A281AC0.8ACB10C5>