From 6a295a909c7f03c2619cfad4ce98d17d715bbdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Thu, 25 Jun 1998 13:10:57 +0000 Subject: [PATCH] Typos git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1998 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/getcwd.c | 2 +- otherlibs/unix/readlink.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otherlibs/unix/getcwd.c b/otherlibs/unix/getcwd.c index f57d68799..fbc1e43cd 100644 --- a/otherlibs/unix/getcwd.c +++ b/otherlibs/unix/getcwd.c @@ -21,7 +21,7 @@ #ifndef PATH_MAX #ifdef MAXPATHLEN -#define PATH_MAN MAXPATHLEN +#define PATH_MAX MAXPATHLEN #else #define PATH_MAX 512 #endif diff --git a/otherlibs/unix/readlink.c b/otherlibs/unix/readlink.c index 2e41cbce8..7cef8988f 100644 --- a/otherlibs/unix/readlink.c +++ b/otherlibs/unix/readlink.c @@ -21,7 +21,7 @@ #ifndef PATH_MAX #ifdef MAXPATHLEN -#define PATH_MAN MAXPATHLEN +#define PATH_MAX MAXPATHLEN #else #define PATH_MAX 512 #endif