=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet6.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/netstat/inet6.c 2015/01/16 06:40:10 1.47 --- src/usr.bin/netstat/inet6.c 2015/02/12 01:49:02 1.48 *************** *** 1,4 **** ! /* $OpenBSD: inet6.c,v 1.47 2015/01/16 06:40:10 deraadt Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: inet6.c,v 1.48 2015/02/12 01:49:02 claudio Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 *************** *** 66,72 **** struct socket sockb; char *inet6name(struct in6_addr *); - void inet6print(struct in6_addr *, int, char *); static char *ip6nh[] = { "hop by hop", --- 66,71 ---- *************** *** 1063,1069 **** */ void ! inet6print(struct in6_addr *in6, int port, char *proto) { #define GETSERVBYPORT6(port, proto, ret) do { \ --- 1062,1068 ---- */ void ! inet6print(struct in6_addr *in6, int port, const char *proto) { #define GETSERVBYPORT6(port, proto, ret) do { \