diff options
Diffstat (limited to 'archivers/pax/files/cpio.c')
-rw-r--r-- | archivers/pax/files/cpio.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/archivers/pax/files/cpio.c b/archivers/pax/files/cpio.c index 4e591bcf44f..014f74d48da 100644 --- a/archivers/pax/files/cpio.c +++ b/archivers/pax/files/cpio.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpio.c,v 1.3 2003/12/20 04:45:04 grant Exp $ */ +/* $NetBSD: cpio.c,v 1.4 2004/08/21 03:28:56 jlam Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -36,15 +36,19 @@ #if HAVE_CONFIG_H #include "config.h" #endif +#if HAVE_NBTOOL_CONFIG_H +#include "nbtool_config.h" +#endif + #include <nbcompat.h> #if HAVE_SYS_CDEFS_H #include <sys/cdefs.h> #endif -#if defined(__RCSID) && !defined(lint) +#if !defined(lint) #if 0 static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: cpio.c,v 1.3 2003/12/20 04:45:04 grant Exp $"); +__RCSID("$NetBSD: cpio.c,v 1.4 2004/08/21 03:28:56 jlam Exp $"); #endif #endif /* not lint */ |