summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/system.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
committerpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
commit9ca0b4c9b412d7dda977978385bde9c882ff3f80 (patch)
tree117f9ffd4a531ea36c0d4a1d741bc1e14cb9aa98 /gnu/usr.bin/cvs/lib/system.h
parent35ee95831939f06cb374e771e2a51cf938bff1fa (diff)
downloadFreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.zip
FreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.tar.gz
Restore white spaces to original cvs-1.4Alpha2 state so that we can
deal with the cvs-1.6 (and beyond) imports more cleanly and safely.
Diffstat (limited to 'gnu/usr.bin/cvs/lib/system.h')
-rw-r--r--gnu/usr.bin/cvs/lib/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/lib/system.h b/gnu/usr.bin/cvs/lib/system.h
index 3f69ca5..1f35065 100644
--- a/gnu/usr.bin/cvs/lib/system.h
+++ b/gnu/usr.bin/cvs/lib/system.h
@@ -97,7 +97,7 @@ extern long timezone;
** On most systems MAXPATHLEN is defined in sys/param.h to be 1024. Of
** those that this is not true, again most define PATH_MAX in limits.h
** or sys/limits.h which usually gets included by limits.h. On the few
-** remaining systems that neither statement is true, _POSIX_PATH_MAX
+** remaining systems that neither statement is true, _POSIX_PATH_MAX
** is defined.
**
** So:
@@ -125,7 +125,7 @@ extern long timezone;
/* On MOST systems this will get you MAXPATHLEN */
#include <sys/param.h>
-#ifndef PATH_MAX
+#ifndef PATH_MAX
# ifdef MAXPATHLEN
# define PATH_MAX MAXPATHLEN
# else
@@ -232,10 +232,10 @@ char *getwd ();
#endif
#ifdef HAVE_SYS_DIR_H
#include <sys/dir.h>
-#endif
+#endif
#ifdef HAVE_NDIR_H
#include <ndir.h>
-#endif
+#endif
#endif /* not (DIRENT or _POSIX_VERSION) */
/* Convert B 512-byte blocks to kilobytes if K is nonzero,
OpenPOWER on IntegriCloud