Subject: CVS commit: pkgsrc/net/userppp
From: Roland Illig
Date: 2020-03-29 08:01:31
Message id: 20200329060131.C9E07FB27@cvs.NetBSD.org

Log Message:
net/userppp: fix build on NetBSD >= 8

The API of <net/route.h> has changed.

The hack for allowing isspace(char) is not needed anymore. The code
compiles fine even with -Werror=char-subscripts.

Files:
RevisionActionfile
1.27modifypkgsrc/net/userppp/Makefile
1.13modifypkgsrc/net/userppp/distinfo
1.1addpkgsrc/net/userppp/patches/patch-ppp_route.c