Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mtree add F_TYPE to KEYDEFAULT.



details:   https://anonhg.NetBSD.org/src/rev/a2561e0f161d
branches:  trunk
changeset: 515722:a2561e0f161d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 03 14:33:49 2001 +0000

description:
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

diffstat:

 usr.sbin/mtree/mtree.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0dfb4fcca262 -r a2561e0f161d usr.sbin/mtree/mtree.h
--- a/usr.sbin/mtree/mtree.h    Wed Oct 03 14:13:08 2001 +0000
+++ b/usr.sbin/mtree/mtree.h    Wed Oct 03 14:33:49 2001 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index