Deleted Added
full compact
2c2
< # $FreeBSD: head/lib/libc/i386/sys/Makefile.inc 71663 2001-01-26 02:41:07Z deischen $
---
> # $FreeBSD: head/lib/libc/i386/sys/Makefile.inc 71770 2001-01-29 03:23:46Z deischen $
17c17
< PSEUDO= _getlogin.o
---
> PSEUDO= _getlogin.o _exit.o
19,22d18
< # Pseudo syscalls that are renamed as __sys_{pseudo} so that libc_r can
< # override them with replacements.
< PSEUDOR= _exit.o
<