diff options
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index de7b5c0..6da97ba 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -335,7 +335,7 @@ enum { OPT_debug = (1 << 0), }; -static int parse_reply(const unsigned char *msg, size_t len) +static NOINLINE int parse_reply(const unsigned char *msg, size_t len) { HEADER *header; |