Deleted Added
full compact
38c38
< * $FreeBSD: head/lib/libc/i386/SYS.h 85437 2001-10-24 20:29:14Z peter $
---
> * $FreeBSD: head/lib/libc/i386/SYS.h 87006 2001-11-27 20:51:26Z jhb $
50c50
< lea __CONCAT(SYS_,x),%eax; KERNCALL; jb 2b
---
> mov __CONCAT($SYS_,x),%eax; KERNCALL; jb 2b
57c57
< lea __CONCAT(SYS_,x), %eax; KERNCALL; ret
---
> mov __CONCAT($SYS_,x),%eax; KERNCALL; ret