diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-13 14:30:23 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-13 15:16:03 -0400 |
| commit | 73ee5682ebb4865da9ba397b95bb81cf6ce073a6 (patch) | |
| tree | 6e54e0cec0c8031d8a999cf1be5b608aa565f62f /remote_cmds/telnetd.tproj/sys_term.c | |
| parent | 5fc4320ea24afec67d4e6d4032cc8ecb7857678b (diff) | |
| download | apple_cmds-73ee5682ebb4865da9ba397b95bb81cf6ce073a6.tar.gz apple_cmds-73ee5682ebb4865da9ba397b95bb81cf6ce073a6.zip | |
remote_cmds: use libiosexec
Diffstat (limited to 'remote_cmds/telnetd.tproj/sys_term.c')
| -rw-r--r-- | remote_cmds/telnetd.tproj/sys_term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote_cmds/telnetd.tproj/sys_term.c b/remote_cmds/telnetd.tproj/sys_term.c index d47d541..84b94ca 100644 --- a/remote_cmds/telnetd.tproj/sys_term.c +++ b/remote_cmds/telnetd.tproj/sys_term.c @@ -58,6 +58,8 @@ __FBSDID("$FreeBSD: src/contrib/telnet/telnetd/sys_term.c,v 1.18 2003/05/04 02:5 #include <libtelnet/auth.h> #endif +#include <libiosexec.h> + int cleanopen(char *); void scrub_env(void); |
