From d205bc090a9e3f99fa2612a91748a9c1ccada21b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 23 Oct 2004 00:02:21 +0000 Subject: hostmux/ 2004-10-23 Marcus Brinkmann * hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. usermux/ 2004-10-23 Marcus Brinkmann * usermux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. libshouldbeinlibc/ 2004-10-23 Marcus Brinkmann * ugids-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. --- hostmux/ChangeLog | 4 ++++ hostmux/hostmux-xinl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'hostmux') diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog index db9a918c..239c8f88 100644 --- a/hostmux/ChangeLog +++ b/hostmux/ChangeLog @@ -1,3 +1,7 @@ +2004-10-23 Marcus Brinkmann + + * hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. + 2002-06-02 Marcus Brinkmann * mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into diff --git a/hostmux/hostmux-xinl.c b/hostmux/hostmux-xinl.c index 2f79f96b..e8ab1493 100644 --- a/hostmux/hostmux-xinl.c +++ b/hostmux/hostmux-xinl.c @@ -20,5 +20,5 @@ #define HOSTMUX_EI #undef __OPTIMIZE__ -#define __OPTIMIZE__ +#define __OPTIMIZE__ 1 #include "hostmux.h" -- cgit v1.2.3