summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/realpath.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsd-compat/realpath.c b/openbsd-compat/realpath.c
index baf17f1a4..fbe2a9c2c 100644
--- a/openbsd-compat/realpath.c
+++ b/openbsd-compat/realpath.c
@@ -45,13 +45,6 @@ static char *rcsid = "$OpenBSD: realpath..c,v 1.4 1998/05/18 09:55:19 deraadt Ex
45#include <unistd.h> 45#include <unistd.h>
46 46
47/* 47/*
48 * S_ISLNK compatibility
49 */
50#ifndef S_ISLNK
51#define S_ISLNK(m) ((m & 0170000) == 0120000)
52#endif
53
54/*
55 * MAXSYMLINKS 48 * MAXSYMLINKS
56 */ 49 */
57#ifndef MAXSYMLINKS 50#ifndef MAXSYMLINKS