diff options
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 290dc58730c..13b53283596 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.18 2014/01/30 13:30:11 espie Exp $ */ +/* $OpenBSD: pax.h,v 1.19 2014/11/23 05:32:20 guenther Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -49,7 +49,7 @@ #define DEVBLK 8192 /* default read blksize for devices */ #define FILEBLK 10240 /* default read blksize for files */ #define PAXPATHLEN 3072 /* maximum path length for pax. MUST be */ - /* longer than the system MAXPATHLEN */ + /* longer than the system PATH_MAX */ /* * Pax modes of operation |