diff options
Diffstat (limited to 'usr.sbin/installboot/installboot.h')
| -rw-r--r-- | usr.sbin/installboot/installboot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/installboot.h b/usr.sbin/installboot/installboot.h index 996a574dcc9..114fa590423 100644 --- a/usr.sbin/installboot/installboot.h +++ b/usr.sbin/installboot/installboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.h,v 1.9 2015/10/15 04:41:09 deraadt Exp $ */ +/* $OpenBSD: installboot.h,v 1.10 2015/10/15 19:27:30 miod Exp $ */ /* * Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org> * @@ -26,7 +26,7 @@ extern char *stage1; extern char *stage2; #ifdef BOOTSTRAP -void bootstrap(int, char *, char *); +void bootstrap(int, char *, char *, unsigned int); #endif int filecopy(const char *, const char *); |
