Add missing prototype: alloca()
authorweingart <weingart@openbsd.org>
Wed, 30 Apr 1997 18:33:12 +0000 (18:33 +0000)
committerweingart <weingart@openbsd.org>
Wed, 30 Apr 1997 18:33:12 +0000 (18:33 +0000)
sys/arch/i386/stand/libsa/libsa.h

index d0b0299..c150183 100644 (file)
@@ -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;