summaryrefslogtreecommitdiffstats
path: root/mansearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansearch.h b/mansearch.h
index 10584c63..a72d5901 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -61,7 +61,7 @@
__BEGIN_DECLS
struct manpage {
- char file[MAXPATHLEN]; /* prefixed by manpath */
+ char file[PATH_MAX]; /* prefixed by manpath */
char *desc; /* description of manpage */
int form; /* 0 == catpage */
};