summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-09-02 01:52:27 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-09-02 01:52:27 +0000
commit3a5c5695579399f3e89c4670dbdd139540a20752 (patch)
tree94e92b1413e81b36c4393124f483312489316269 /sys/lib/libsa/stand.h
parent98bddd3337aaeb8aeaaf01bdac4e2a4e2610d590 (diff)
Initial commit of uefi boot loader of OpenBSD.
ok deraadt yuo
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r--sys/lib/libsa/stand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index 08a84badb0e..a56a2e96b45 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stand.h,v 1.60 2015/02/05 12:56:50 millert Exp $ */
+/* $OpenBSD: stand.h,v 1.61 2015/09/02 01:52:26 yasuoka Exp $ */
/* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */
/*-
@@ -125,7 +125,6 @@ extern struct open_file files[];
s = ((b) % ((nh) * (ns))) % (ns);
void *alloc(u_int);
-void *alloca(size_t);
void free(void *, u_int);
struct disklabel;
char *getdisklabel(const char *, struct disklabel *);