add F_TYPE to KEYDEFAULT.
whilst -c always prints the type (even if removed with -R), -D wasn't printing it in the default config
This commit is contained in:
parent
6e46b6ec2c
commit
a251d86b79
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mtree.h,v 1.11 1999/02/11 15:32:24 mrg Exp $ */
|
||||
/* $NetBSD: mtree.h,v 1.12 2001/10/03 14:33:49 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
|
@ -42,8 +42,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#define KEYDEFAULT \
|
||||
(F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | F_TIME | F_UID | F_FLAGS)
|
||||
#define KEYDEFAULT (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | \
|
||||
F_TIME | F_TYPE | F_UID | F_FLAGS)
|
||||
|
||||
#define MISMATCHEXIT 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue