summaryrefslogtreecommitdiff
path: root/archivers/pax
diff options
context:
space:
mode:
authorheinz <heinz>2004-04-12 12:34:16 +0000
committerheinz <heinz>2004-04-12 12:34:16 +0000
commitee71d00954ddb734d12f59d4fb438d0fb3a6e00e (patch)
treebba046f689a385bbf2be29c5ca31820ee3fdae7b /archivers/pax
parent27212d9578c17ba4feb6ed3dae12896facf5410a (diff)
downloadpkgsrc-ee71d00954ddb734d12f59d4fb438d0fb3a6e00e.tar.gz
pax does not support tape drives on Unixware at the moment.
Diffstat (limited to 'archivers/pax')
-rw-r--r--archivers/pax/files/pax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pax/files/pax.h b/archivers/pax/files/pax.h
index bac2a1315ba..d1bb46eac5e 100644
--- a/archivers/pax/files/pax.h
+++ b/archivers/pax/files/pax.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pax.h,v 1.5 2004/03/11 20:10:29 tv Exp $ */
+/* $NetBSD: pax.h,v 1.6 2004/04/12 12:34:16 heinz Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -44,7 +44,7 @@
#endif
/* Tape support only available if one of the following is available. */
-#if HAVE_SYS_MTIO_H || HAVE_SYS_TAPE_H
+#if (HAVE_SYS_MTIO_H || HAVE_SYS_TAPE_H) && ! defined(UNIXWARE)
#define SUPPORT_TAPE 1
#endif