mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove unneeded inclusion of <utmp.h> and dead variables.
This commit is contained in:
parent
2082ecd966
commit
cea2194d9c
1 changed files with 0 additions and 14 deletions
|
|
@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/tty.h>
|
||||
#include <libutil.h>
|
||||
#include <stdlib.h>
|
||||
#include <utmp.h>
|
||||
|
||||
#include "telnetd.h"
|
||||
#include "pathnames.h"
|
||||
|
|
@ -55,19 +54,6 @@ __FBSDID("$FreeBSD$");
|
|||
int cleanopen(char *);
|
||||
void scrub_env(void);
|
||||
|
||||
struct utmp wtmp;
|
||||
|
||||
#ifdef _PATH_WTMP
|
||||
char wtmpf[] = _PATH_WTMP;
|
||||
#else
|
||||
char wtmpf[] = "/var/log/wtmp";
|
||||
#endif
|
||||
#ifdef _PATH_UTMP
|
||||
char utmpf[] = _PATH_UTMP;
|
||||
#else
|
||||
char utmpf[] = "/var/run/utmp";
|
||||
#endif
|
||||
|
||||
char *envinit[3];
|
||||
extern char **environ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue