=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/ktrstruct.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/kdump/ktrstruct.c 2016/01/14 05:27:42 1.16 +++ src/usr.bin/kdump/ktrstruct.c 2016/03/05 19:46:55 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: ktrstruct.c,v 1.16 2016/01/14 05:27:42 guenther Exp $ */ +/* $OpenBSD: ktrstruct.c,v 1.17 2016/03/05 19:46:55 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -309,7 +309,7 @@ } static void -ktrfdset(const struct fd_set *fds, int len) +ktrfdset(struct fd_set *fds, int len) { int nfds, i, start = -1; char sep = ' ';