From 221de479d2ccf69bbba8db1d100cfc8374ea0027 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 8 Jul 2002 09:02:02 +0000 Subject: - Do not include for no reason. - Remove unneeded utmp path constant. --- sbin/dump/dump.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sbin/dump/dump.h') diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index cd84596..d6807c6 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 -- cgit v1.1