I don't think SECSPERDAY is necessary here
[debian/pax] / ftree.h
diff --git a/ftree.h b/ftree.h
index 5ac8ff9b9b44aef31a37a681383e2a21ec4d03ee..9b4cffcc78f83aacf5d9a947d6cb96656f25eb98 100644 (file)
--- a/ftree.h
+++ b/ftree.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ftree.h,v 1.3 1996/10/27 06:45:11 downsj Exp $        */
+/*     $OpenBSD: ftree.h,v 1.5 2008/05/06 06:54:28 henning Exp $       */
 /*     $NetBSD: ftree.h,v 1.3 1995/03/21 09:07:23 cgd Exp $    */
 
 /*-
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -49,6 +45,7 @@
 typedef struct ftree {
        char            *fname;         /* file tree name */
        int             refcnt;         /* has tree had a selected file? */
+       int             newercnt;       /* skipped due to -u/-D */
        int             chflg;          /* change directory flag */
        struct ftree    *fow;           /* pointer to next entry on list */
 } FTREE;