artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dbb6ce
)
Nuke some trailing whitespace to shrink subsequent diffs.
author
krw
<krw@openbsd.org>
Wed, 21 May 2014 16:32:08 +0000
(16:32 +0000)
committer
krw
<krw@openbsd.org>
Wed, 21 May 2014 16:32:08 +0000
(16:32 +0000)
sbin/badsect/badsect.c
patch
|
blob
|
history
diff --git
a/sbin/badsect/badsect.c
b/sbin/badsect/badsect.c
index
4deed20
..
6268695
100644
(file)
--- a/
sbin/badsect/badsect.c
+++ b/
sbin/badsect/badsect.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: badsect.c,v 1.2
2 2013/11/01 17:36:1
8 krw Exp $ */
+/* $OpenBSD: badsect.c,v 1.2
3 2014/05/21 16:32:0
8 krw Exp $ */
/* $NetBSD: badsect.c,v 1.10 1995/03/18 14:54:28 cgd Exp $ */
/*
@@
-174,7
+174,7
@@
chkuse(daddr_t blkno, int cnt)
}
bn = dtogd(fs, fsbn);
if (isclr(cg_blksfree(&acg), bn))
- fprintf(stderr, "Warning: sector %lld is in use\n",
+ fprintf(stderr, "Warning: sector %lld is in use\n",
(long long)blkno);
return (0);
}