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 +- libshouldbeinlibc/ChangeLog | 4 ++++ libshouldbeinlibc/ugids-xinl.c | 2 +- usermux/ChangeLog | 4 ++++ usermux/usermux-xinl.c | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) 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" diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index fd854f6b..cb32f267 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-23 Marcus Brinkmann + + * ugids-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. + 2003-08-03 Marco Gerards * idvec-verify.c: Include . diff --git a/libshouldbeinlibc/ugids-xinl.c b/libshouldbeinlibc/ugids-xinl.c index f472e1ec..26df93cc 100644 --- a/libshouldbeinlibc/ugids-xinl.c +++ b/libshouldbeinlibc/ugids-xinl.c @@ -21,5 +21,5 @@ #define UGIDS_EI #undef __OPTIMIZE__ -#define __OPTIMIZE__ +#define __OPTIMIZE__ 1 #include "ugids.h" diff --git a/usermux/ChangeLog b/usermux/ChangeLog index ddccefb8..28feeced 100644 --- a/usermux/ChangeLog +++ b/usermux/ChangeLog @@ -1,3 +1,7 @@ +2004-10-23 Marcus Brinkmann + + * usermux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. + 2002-05-13 Roland McGrath * mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set. diff --git a/usermux/usermux-xinl.c b/usermux/usermux-xinl.c index a68b6646..fd7661c2 100644 --- a/usermux/usermux-xinl.c +++ b/usermux/usermux-xinl.c @@ -20,5 +20,5 @@ #define USERMUX_EI #undef __OPTIMIZE__ -#define __OPTIMIZE__ +#define __OPTIMIZE__ 1 #include "usermux.h" -- cgit v1.2.3