summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:42:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:42:02 +0000
commit8aa72ac803e919e1277f3b6fd38e47507256a9c8 (patch)
tree6339eb06c0d33c2969fb1e008305e05816ebb90d /GNUmakefile
parent2b967aa1d2d055e01228c50aee54c83ea0590c1f (diff)
tmux doesn't care about setres[ug]id.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4254e241..4eca07e8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.87 2009-04-29 22:40:52 nicm Exp $
+# $Id: GNUmakefile,v 1.88 2009-04-29 22:42:02 nicm Exp $
.PHONY: clean
@@ -106,8 +106,7 @@ endif
ifeq ($(shell uname),Darwin)
INCDIRS+= -Icompat
SRCS+= compat/strtonum.c compat/bsd-poll.c
-CFLAGS+= -DNO_STRTONUM -DNO_SETRESUID -DNO_SETRESGID -DNO_SETPROCTITLE \
- -DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL
+CFLAGS+= -DNO_STRTONUM -DNO_SETPROCTITLE -DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL
endif
ifeq ($(shell uname),Linux)