diff options
author | obache <obache@pkgsrc.org> | 2006-09-03 12:13:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-03 12:13:13 +0000 |
commit | fb3b2432391ac256d0b3a5eef56953f922cb5a63 (patch) | |
tree | 75bc48af20167167fef3a8802109d2b800dc803a /archivers/pax | |
parent | 33c78fa03331159601909ce6feccc1fd98f9a0c1 (diff) | |
download | pkgsrc-fb3b2432391ac256d0b3a5eef56953f922cb5a63.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.h | 4 |
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 */ |