pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pax/files Define `ISTAPE' even if tape unsup...
details: https://anonhg.NetBSD.org/pkgsrc/rev/828db47cd72e
branches: trunk
changeset: 518223:828db47cd72e
user: obache <obache%pkgsrc.org@localhost>
date: Sun Sep 03 12:13:13 2006 +0000
description:
Define `ISTAPE' even if tape unsupported platform.
Fix build problem on such platforms like Interix.
diffstat:
archivers/pax/files/pax.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 60bd23bef981 -r 828db47cd72e archivers/pax/files/pax.h
--- a/archivers/pax/files/pax.h Sun Sep 03 11:41:51 2006 +0000
+++ b/archivers/pax/files/pax.h Sun Sep 03 12:13:13 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pax.h,v 1.9 2005/12/01 03:00:01 minskim Exp $ */
+/* $NetBSD: pax.h,v 1.10 2006/09/03 12:13:13 obache Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -74,9 +74,7 @@
#define ISREG 0 /* regular file */
#define ISCHR 1 /* character device */
#define ISBLK 2 /* block device */
-#ifdef SUPPORT_TAPE
#define ISTAPE 3 /* tape drive */
-#endif
#define ISPIPE 4 /* pipe/socket */
#ifdef SUPPORT_RMT
#define ISRMT 5 /* rmt */
Home |
Main Index |
Thread Index |
Old Index