artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8aab8
)
needs at least some include love; choosing <stdlib.h>
author
deraadt
<deraadt@openbsd.org>
Sun, 11 Oct 2015 15:36:58 +0000
(15:36 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 11 Oct 2015 15:36:58 +0000
(15:36 +0000)
usr.sbin/installboot/landisk_installboot.c
patch
|
blob
|
history
diff --git
a/usr.sbin/installboot/landisk_installboot.c
b/usr.sbin/installboot/landisk_installboot.c
index
43ef311
..
2a613f1
100644
(file)
--- a/
usr.sbin/installboot/landisk_installboot.c
+++ b/
usr.sbin/installboot/landisk_installboot.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: landisk_installboot.c,v 1.
3 2015/10/08 14:50:38 krw Exp $
*/
+/* $OpenBSD: landisk_installboot.c,v 1.
4 2015/10/11 15:36:58 deraadt Exp $
*/
/*
* Copyright (c) 2013 Joel Sing <jsing@openbsd.org>
@@
-16,6
+16,8
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <stdlib.h>
+
#include "installboot.h"
char *bootldr;