artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6eef8d
)
Clarify an err() message
author
guenther
<guenther@openbsd.org>
Tue, 22 Apr 2014 00:23:35 +0000
(
00:23
+0000)
committer
guenther
<guenther@openbsd.org>
Tue, 22 Apr 2014 00:23:35 +0000
(
00:23
+0000)
sbin/newfs_ext2fs/newfs_ext2fs.c
patch
|
blob
|
history
diff --git
a/sbin/newfs_ext2fs/newfs_ext2fs.c
b/sbin/newfs_ext2fs/newfs_ext2fs.c
index
00f1bda
..
ba3e8e3
100644
(file)
--- a/
sbin/newfs_ext2fs/newfs_ext2fs.c
+++ b/
sbin/newfs_ext2fs/newfs_ext2fs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: newfs_ext2fs.c,v 1.1
0 2014/04/21 09:22:1
5 guenther Exp $ */
+/* $OpenBSD: newfs_ext2fs.c,v 1.1
1 2014/04/22 00:23:3
5 guenther Exp $ */
/* $NetBSD: newfs_ext2fs.c,v 1.8 2009/03/02 10:38:13 tsutsui Exp $ */
/*
@@
-337,7
+337,7
@@
main(int argc, char *argv[])
bufsize = sfs.f_iosize;
if ((buf = calloc(1, bufsize)) == NULL)
- err(1, "can't
malloc
buffer of %d",
+ err(1, "can't
allocate
buffer of %d",
bufsize);
bufrem = fssize * sectorsize;
if (verbosity > 0)