1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/usr.sbin/npppd
naddy 08f6ba1906 Don't declare variables as "unsigned char *" that are passed to
functions that take "char *" arguments.  Where such chars are
assigned to int or passed to ctype functions, explicitly cast them
to unsigned char.

For OpenBSD's clang, -Wpointer-sign has been disabled by default,
but when the parse.y code was built elsewhere, the compiler would
complain.

With help from millert@
ok benno@ deraadt@
2021-10-15 15:01:27 +00:00
..
common Remove ipsec_utils.c, its headers, and the code block which use it 2021-05-22 08:29:57 +00:00
l2tp Remove ipsec_utils.c, its headers, and the code block which use it 2021-05-22 08:29:57 +00:00
npppd Don't declare variables as "unsigned char *" that are passed to 2021-10-15 15:01:27 +00:00
pppoe spellings 2021-03-29 03:54:39 +00:00
pptp spellings 2021-03-29 03:54:39 +00:00
Makefile Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can 2020-06-22 09:28:04 +00:00