diff options
-rw-r--r-- | src/lib/libc/net/res_comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c index c493d9b20d..605a9b9922 100644 --- a/src/lib/libc/net/res_comp.c +++ b/src/lib/libc/net/res_comp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: res_comp.c,v 1.18 2015/10/05 02:57:16 guenther Exp $ */ | 1 | /* $OpenBSD: res_comp.c,v 1.19 2015/12/14 03:25:59 mmcc Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * ++Copyright++ 1985, 1993 | 4 | * ++Copyright++ 1985, 1993 |
@@ -67,7 +67,7 @@ static int dn_find(u_char *, u_char *, u_char **, u_char **); | |||
67 | 67 | ||
68 | /* | 68 | /* |
69 | * Expand compressed domain name 'comp_dn' to full domain name. | 69 | * Expand compressed domain name 'comp_dn' to full domain name. |
70 | * 'msg' is a pointer to the begining of the message, | 70 | * 'msg' is a pointer to the beginning of the message, |
71 | * 'eomorig' points to the first location after the message, | 71 | * 'eomorig' points to the first location after the message, |
72 | * 'exp_dn' is a pointer to a buffer of size 'length' for the result. | 72 | * 'exp_dn' is a pointer to a buffer of size 'length' for the result. |
73 | * Return size of compressed name or -1 if there was an error. | 73 | * Return size of compressed name or -1 if there was an error. |