diff options
Diffstat (limited to 'archivers/pax/files/ftree.c')
-rw-r--r-- | archivers/pax/files/ftree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/pax/files/ftree.c b/archivers/pax/files/ftree.c index 2a35a95b878..4a0177144f6 100644 --- a/archivers/pax/files/ftree.c +++ b/archivers/pax/files/ftree.c @@ -1,4 +1,4 @@ -/* $NetBSD: ftree.c,v 1.7 2004/08/21 03:28:56 jlam Exp $ */ +/* $NetBSD: ftree.c,v 1.8 2004/08/21 04:20:50 jlam Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -84,7 +84,7 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #else -__RCSID("$NetBSD: ftree.c,v 1.7 2004/08/21 03:28:56 jlam Exp $"); +__RCSID("$NetBSD: ftree.c,v 1.8 2004/08/21 04:20:50 jlam Exp $"); #endif #endif /* not lint */ @@ -544,7 +544,7 @@ next_file(ARCHD *arcn) statbuf.st_gid = ftnode->st_gid; if (ftnode->flags & (F_UID | F_UNAME)) statbuf.st_uid = ftnode->st_uid; -#if HAVE_STRUCT_STAT_ST_FLAGS +#if HAVE_FILE_FLAGS if (ftnode->flags & F_FLAGS) statbuf.st_flags = ftnode->st_flags; #endif |