artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e3e01
)
Nuke some trailing whitespace to shrink subsequent diffs.
author
krw
<krw@openbsd.org>
Thu, 22 May 2014 02:15:54 +0000
(
02:15
+0000)
committer
krw
<krw@openbsd.org>
Thu, 22 May 2014 02:15:54 +0000
(
02:15
+0000)
sbin/ncheck_ffs/ncheck_ffs.c
patch
|
blob
|
history
diff --git
a/sbin/ncheck_ffs/ncheck_ffs.c
b/sbin/ncheck_ffs/ncheck_ffs.c
index
847fbea
..
712ebb6
100644
(file)
--- a/
sbin/ncheck_ffs/ncheck_ffs.c
+++ b/
sbin/ncheck_ffs/ncheck_ffs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ncheck_ffs.c,v 1.4
2 2014/05/20 21:11:16
krw Exp $ */
+/* $OpenBSD: ncheck_ffs.c,v 1.4
3 2014/05/22 02:15:54
krw Exp $ */
/*-
* Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@@
-364,7
+364,7
@@
dirindir(ufsino_t ino, daddr_t blkno, int ind_level, off_t *filesizep,
const char *path)
{
int i;
- void *idblk;
+ void *idblk;
if ((idblk = malloc(sblock->fs_bsize)) == NULL)
errx(1, "dirindir: cannot allocate indirect memory.\n");