summaryrefslogtreecommitdiff
path: root/libc/inet/getnetbyad.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-25 10:39:13 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-25 10:39:13 +0000
commit06607b674f434b912cc5840253c376c572f2477e (patch)
tree4f9722dc870322c49d1de11cd2a30a610189f901 /libc/inet/getnetbyad.c
parent06135d973dd6fdf749198edd3e38f815ec977cb6 (diff)
Slight size reduction by use of smallints/consts:
- 288016 1924 7176 297116 4889c libuClibc-0.9.29.so + 287956 1924 7168 297048 48858 libuClibc-0.9.29.so
Diffstat (limited to 'libc/inet/getnetbyad.c')
-rw-r--r--libc/inet/getnetbyad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getnetbyad.c b/libc/inet/getnetbyad.c
index e353f245b..06b0c4bd6 100644
--- a/libc/inet/getnetbyad.c
+++ b/libc/inet/getnetbyad.c
@@ -23,7 +23,7 @@ libc_hidden_proto(setnetent)
libc_hidden_proto(getnetent)
libc_hidden_proto(endnetent)
-extern int _net_stayopen attribute_hidden;
+extern smallint _net_stayopen attribute_hidden;
struct netent *getnetbyaddr (uint32_t net, int type)
{