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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index e6522686309..92f9d3efa0f 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stand.h,v 1.43 2004/01/03 14:08:53 espie Exp $ */
+/* $OpenBSD: stand.h,v 1.44 2006/01/06 18:53:05 millert Exp $ */
/* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */
/*-
@@ -136,7 +136,7 @@ u_int dkcksum(struct disklabel *);
void printf(const char *, ...);
int snprintf(char *, size_t, const char *, ...);
-void vprintf(const char *, _BSD_VA_LIST_);
+void vprintf(const char *, __va_list);
void twiddle(void);
void gets(char *);
__dead void panic(const char *, ...) __attribute__((noreturn));