summaryrefslogtreecommitdiff
path: root/archivers/pax
diff options
context:
space:
mode:
authorobache <obache>2006-09-03 12:13:13 +0000
committerobache <obache>2006-09-03 12:13:13 +0000
commit573b811bf1ad55fc3bb38af9ee77ac52d9424b4f (patch)
tree75bc48af20167167fef3a8802109d2b800dc803a /archivers/pax
parentf2ccf2080443b07263924a837f2ec38ab365ba58 (diff)
downloadpkgsrc-573b811bf1ad55fc3bb38af9ee77ac52d9424b4f.tar.gz
Define `ISTAPE' even if tape unsupported platform.
Fix build problem on such platforms like Interix.
Diffstat (limited to 'archivers/pax')
-rw-r--r--archivers/pax/files/pax.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/pax/files/pax.h b/archivers/pax/files/pax.h
index 1c9ee13eddf..9bf5dd1ae0d 100644
--- a/archivers/pax/files/pax.h
+++ b/archivers/pax/files/pax.h
@@ -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 */