- Do not include <utmp.h> for no reason.

- Remove unneeded utmp path constant.
This commit is contained in:
Robert Drehmel 2002-07-08 09:02:02 +00:00
parent fcdc053233
commit 247ac241fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99579
2 changed files with 0 additions and 4 deletions

View File

@ -173,9 +173,6 @@ void putdumptime(void);
void sig(int signo);
#ifndef _PATH_UTMP
#define _PATH_UTMP "/etc/utmp"
#endif
#ifndef _PATH_FSTAB
#define _PATH_FSTAB "/etc/fstab"
#endif

View File

@ -55,7 +55,6 @@ static const char rcsid[] =
#include <stdarg.h>
#include <signal.h>
#include <unistd.h>
#include <utmp.h>
#include "dump.h"
#include "pathnames.h"