pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pax/files pax does not support tape drives o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39f180a65f59
branches:  trunk
changeset: 472789:39f180a65f59
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Apr 12 12:34:16 2004 +0000

description:
pax does not support tape drives on Unixware at the moment.

diffstat:

 archivers/pax/files/pax.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55017f403205 -r 39f180a65f59 archivers/pax/files/pax.h
--- a/archivers/pax/files/pax.h Mon Apr 12 11:49:09 2004 +0000
+++ b/archivers/pax/files/pax.h Mon Apr 12 12:34:16 2004 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index