diff options
author | delphij <delphij@FreeBSD.org> | 2013-05-30 06:46:26 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-05-30 06:46:26 +0000 |
commit | a765887ce77351bac1c77be2cf18a3a66a602fc5 (patch) | |
tree | 7ad307c72c31cc07657515d09bc98fe727ce8d27 /print-domain.c | |
parent | 69fe8a0033b22318969c85b57837b48863946665 (diff) | |
download | FreeBSD-src-a765887ce77351bac1c77be2cf18a3a66a602fc5.zip FreeBSD-src-a765887ce77351bac1c77be2cf18a3a66a602fc5.tar.gz |
Vendor import of tcpdump 4.4.0.
Diffstat (limited to 'print-domain.c')
-rw-r--r-- | print-domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-domain.c b/print-domain.c index 43e8f41..4bf1a52 100644 --- a/print-domain.c +++ b/print-domain.c @@ -144,7 +144,7 @@ labellen(const u_char *cp) return(i); } -static const u_char * +const u_char * ns_nprint(register const u_char *cp, register const u_char *bp) { register u_int i, l; |