Skip to content

Commit

Permalink
Merge pull request #56 from wuruilong01/master
Browse files Browse the repository at this point in the history
Add support for loongarch
  • Loading branch information
gamelinux authored May 28, 2024
2 parents e631f4f + bd6f159 commit 81334aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dump_dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void printchars(char buf[NS_MAXDNAME], u_char * cdata, u_int16_t dlen);
(cp) += INT32SZ; \
} while (0)

#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__loongarch__)
const char *_res_opcodes[] = {
"QUERY",
"IQUERY",
Expand Down

0 comments on commit 81334aa

Please sign in to comment.