summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ext2fs')
-rw-r--r--sbin/fsck_ext2fs/inode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fsck_ext2fs/inode.c b/sbin/fsck_ext2fs/inode.c
index 1fa37e9a3cf..88338eed528 100644
--- a/sbin/fsck_ext2fs/inode.c
+++ b/sbin/fsck_ext2fs/inode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inode.c,v 1.26 2016/04/28 12:17:15 krw Exp $ */
+/* $OpenBSD: inode.c,v 1.27 2016/12/16 17:44:59 krw Exp $ */
/* $NetBSD: inode.c,v 1.8 2000/01/28 16:01:46 bouyer Exp $ */
/*
@@ -560,7 +560,9 @@ pinode(ino_t ino)
{
struct ext2fs_dinode *dp;
char *p;
+#ifndef SMALL
struct passwd *pw;
+#endif
time_t t;
u_int32_t uid;