artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1d269
)
oops, re-adapt for the install media
author
deraadt
<deraadt@openbsd.org>
Thu, 9 Jan 2014 17:13:36 +0000
(17:13 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 9 Jan 2014 17:13:36 +0000
(17:13 +0000)
usr.bin/signify/signify.c
patch
|
blob
|
history
diff --git
a/usr.bin/signify/signify.c
b/usr.bin/signify/signify.c
index
3710dc8
..
cfdc831
100644
(file)
--- a/
usr.bin/signify/signify.c
+++ b/
usr.bin/signify/signify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: signify.c,v 1.1
6 2014/01/09 15:36:40 tedu
Exp $ */
+/* $OpenBSD: signify.c,v 1.1
7 2014/01/09 17:13:36 deraadt
Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-177,7
+177,6
@@
readmsg(const char *filename, unsigned long long *msglenp)
return msg;
}
-#ifndef VERIFYONLY
static void
writeall(int fd, const void *buf, size_t len, const char *filename)
{
@@
-191,6
+190,7
@@
writeall(int fd, const void *buf, size_t len, const char *filename)
}
}
+#ifndef VERIFYONLY
static void
appendall(const char *filename, const void *buf, size_t len)
{