artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb4eb9
)
Add missing prototype: alloca()
author
weingart
<weingart@openbsd.org>
Wed, 30 Apr 1997 18:33:12 +0000
(18:33 +0000)
committer
weingart
<weingart@openbsd.org>
Wed, 30 Apr 1997 18:33:12 +0000
(18:33 +0000)
sys/arch/i386/stand/libsa/libsa.h
patch
|
blob
|
history
diff --git
a/sys/arch/i386/stand/libsa/libsa.h
b/sys/arch/i386/stand/libsa/libsa.h
index
d0b0299
..
c150183
100644
(file)
--- 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;