/* $NetBSD: Lint_strchr.c,v 1.2 2000/06/14 06:49:09 cgd Exp $ */ /* * This file placed in the public domain. * Chris Demetriou, November 5, 1997. */ #include /*ARGSUSED*/ char * strchr(src, c) const char *src; int c; { return (0); } le id='header'> cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libwg/wg_user.c
AgeCommit message (Expand)Author
2020-08-27Fix order of cleanup actions in rumpuser_wg_create error branch.riastradh
2020-08-27Paranoia: use strlcpy rather than strcpy here and detect truncation.riastradh
2020-08-26Clarify wg(4)'s relation to WireGuard, pending further discussion.riastradh