21 lines
442 B
Text
21 lines
442 B
Text
$NetBSD: patch-ab,v 1.2 2002/04/03 20:38:35 rh Exp $
|
|
|
|
--- cl/src/get-cl.c.orig Thu Mar 15 21:10:33 2001
|
|
+++ cl/src/get-cl.c
|
|
@@ -19,6 +19,7 @@
|
|
#include <config.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/param.h>
|
|
#include <libintl.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
@@ -29,7 +30,7 @@
|
|
|
|
#define SCROLLKEEPERLOCALEDIR "/usr/share/locale"
|
|
|
|
-#define PATHLEN 256
|
|
+#define PATHLEN MAXPATHLEN
|
|
|
|
static char **av;
|
|
|