From 247ac241fae316463e58fec9a19168148934c3e1 Mon Sep 17 00:00:00 2001 From: Robert Drehmel Date: Mon, 8 Jul 2002 09:02:02 +0000 Subject: [PATCH] - Do not include for no reason. - Remove unneeded utmp path constant. --- sbin/dump/dump.h | 3 --- sbin/dump/optr.c | 1 - 2 files changed, 4 deletions(-) diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index cd84596933e3..d6807c6c0923 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -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 diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 5fa1a02eee9b..53b574168740 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -55,7 +55,6 @@ static const char rcsid[] = #include #include #include -#include #include "dump.h" #include "pathnames.h"