summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-07 08:58:56 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-07 08:58:56 +0000
commit6a9bbb7efd174f8cf57846da3e927ea2672d3bdb (patch)
treeb781289e65ffbe56e0fdc11851d8a6f1441cfb61 /browser.c
parentb52fa2e3aeb517440389232734dce3d234e97435 (diff)
Put the S_ISLNK definition into protos.h.
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/browser.c b/browser.c
index 01854efe..88f38941 100644
--- a/browser.c
+++ b/browser.c
@@ -33,11 +33,6 @@
#include <pwd.h>
#include <grp.h>
-/* HP-UX and ConvexOS don't have this macro */
-#ifndef S_ISLNK
-#define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK ? 1 : 0)
-#endif
-
struct folder_file
{
mode_t mode;