From 94ecebc42368bd20dc671baaf397c136c530d09d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 1 Dec 2008 09:43:37 +0000 Subject: random: use smaller data fields where appropriate text data bss dec hex filename - 130 156 0 286 11e libc/stdlib/random.o + 130 148 0 278 116 libc/stdlib/random.o - 586 0 0 586 24a libc/stdlib/random_r.o + 570 0 0 570 23a libc/stdlib/random_r.o --- libc/inet/resolv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/inet') diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 08246e85f..e377c3883 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -2783,6 +2783,7 @@ int res_init(void) #ifdef __UCLIBC_HAS_COMPAT_RES_STATE__ rp->retrans = RES_TIMEOUT; rp->retry = 4; +//TODO: pulls in largish static buffers... use simpler one? rp->id = random(); #endif rp->ndots = 1; -- cgit v1.2.3