--- Net2/arch/i386/include/frame.h 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/include/frame.h 2018/04/24 18:20:39 1.1.1.2 @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)frame.h 5.2 (Berkeley) 1/18/91 + * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 + * frame.h,v 1.3 1993/06/27 01:24:55 andrew Exp */ /* @@ -107,7 +108,7 @@ struct syscframe { int sf_eax; int sf_eflags; /* below portion defined in 386 hardware */ -/* int sf_args[N]; /* if call gate copy args enabled!*/ +/* int sf_args[N]; * if call gate copy args enabled!*/ int sf_eip; int sf_cs; /* below only when transitting rings (e.g. user to kernel) */