Make ELF kernels build again.

This commit is contained in:
John Polstra 1998-08-16 04:19:03 +00:00
parent ca0154bc75
commit 317c91f4d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38358
2 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: asnames.h,v 1.22 1998/05/17 18:53:08 tegge Exp $
* $Id: asnames.h,v 1.23 1998/08/11 15:08:12 bde Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@ -347,6 +347,7 @@
#define _swi_generic swi_generic
#define _swi_null swi_null
#define _swi_vm swi_vm
#define _switchtime switchtime
#define _syscall syscall
#define _szsigcode szsigcode
#define _time time

View File

@ -23,9 +23,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: link_aout.c,v 1.9 1998/08/12 08:44:21 dfr Exp $
* $Id: link_aout.c,v 1.10 1998/08/16 01:21:51 bde Exp $
*/
#define FREEBSD_AOUT 1
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>