From 8aa72ac803e919e1277f3b6fd38e47507256a9c8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Apr 2009 22:42:02 +0000 Subject: [PATCH] tmux doesn't care about setres[ug]id. --- GNUmakefile | 5 ++--- 1 file 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)