mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed prototype of logout() (const poisoning).
This commit is contained in:
parent
1a7d8d0695
commit
3ffb2fd399
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
.Fd #include <sys/types.h>
|
||||
.Fd #include <libutil.h>
|
||||
.Ft int
|
||||
.Fn logout "char *line"
|
||||
.Fn logout "const char *line"
|
||||
.Sh DESCRIPTION
|
||||
The function
|
||||
.Fn logout
|
||||
|
|
|
|||
Loading…
Reference in a new issue