summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
diff options
context:
space:
mode:
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 *);