summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-19 03:12:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-19 03:12:25 +0000
commit03017ba638e7de9f3b9e659d2202a018d9918919 (patch)
tree3f7c7d20b6bf231f0aeed877c66eaf9eb844478d /openbsd-compat
parent8feff4542e7ed50ca698e8f24490d140c655d6c3 (diff)
- (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
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 baf17f1a..fbe2a9c2 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
#include <unistd.h>
/*
- * S_ISLNK compatibility
- */
-#ifndef S_ISLNK
-#define S_ISLNK(m) ((m & 0170000) == 0120000)
-#endif
-
-/*
* MAXSYMLINKS
*/
#ifndef MAXSYMLINKS