summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/res_query.c')
-rw-r--r--lib/libc/net/res_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c
index 8a94a4205f72..6a46f2900fe1 100644
--- a/lib/libc/net/res_query.c
+++ b/lib/libc/net/res_query.c
@@ -373,7 +373,7 @@ const char *
hostalias(name)
const char *name;
{
- register char *cp1, *cp2;
+ char *cp1, *cp2;
FILE *fp;
char *file;
char buf[BUFSIZ];