From: weingart Date: Wed, 30 Apr 1997 18:33:12 +0000 (+0000) Subject: Add missing prototype: alloca() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7d64333d48621c248a299776d4130df6d79d4a34;p=openbsd Add missing prototype: alloca() --- diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index d0b02994d47..c150183074e 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.5 1997/04/15 20:50:36 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.6 1997/04/30 18:33:12 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -37,6 +37,7 @@ void gateA20 __P((int)); void memprobe __P((void)); void devboot __P((dev_t, char *)); +void *alloca __P((int)); extern u_long codeseg; extern int boothowto;