diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 04:03:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 04:03:27 +0000 |
commit | e29ae5049052fc752528be1046d41177067121ec (patch) | |
tree | b3dcfbd150660a45a0c3f75e9f77191b003db097 | |
parent | f99e67e6a66a0268fc43ba461542ae19d04a4fb3 (diff) |
alloca() is in stand.h no
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index 07e484722d2..9aeac9d9661 100644 --- a/sys/arch/i386/stand/libsa/libsa.h +++ b/sys/arch/i386/stand/libsa/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.26 1998/07/08 19:28:53 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.27 1998/07/13 04:03:26 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -46,7 +46,6 @@ void apmprobe __P((void)); void pciprobe __P((void)); void devboot __P((dev_t, char *)); -void *alloca __P((size_t)); void machdep __P((void)); extern const char bdevs[][4]; |