From 07f98144506fd1a35dac616b9c634a219495d239 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 17 Jun 2015 10:20:14 -0600 Subject: [PATCH] Remove remaining SUDO_MAIN remnants. --- plugins/sudoers/regress/iolog_path/check_iolog_path.c | 1 - plugins/sudoers/sudoers.c | 2 -- plugins/sudoers/testsudoers.c | 2 -- plugins/sudoers/visudo.c | 2 -- 4 files changed, 7 deletions(-) diff --git a/plugins/sudoers/regress/iolog_path/check_iolog_path.c b/plugins/sudoers/regress/iolog_path/check_iolog_path.c index 4803b8b15..dcb099d06 100644 --- a/plugins/sudoers/regress/iolog_path/check_iolog_path.c +++ b/plugins/sudoers/regress/iolog_path/check_iolog_path.c @@ -41,7 +41,6 @@ #define SUDO_ERROR_WRAP 0 -#define SUDO_MAIN #include "sudoers.h" #include "def_data.c" diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c index 3212f6d66..89ee2f7df 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -18,8 +18,6 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#define SUDO_MAIN - #ifdef __TANDEM # include #endif diff --git a/plugins/sudoers/testsudoers.c b/plugins/sudoers/testsudoers.c index 6fbb3bb4e..6ae0119cb 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -21,8 +21,6 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#define SUDO_MAIN - #include #include diff --git a/plugins/sudoers/visudo.c b/plugins/sudoers/visudo.c index e127a2cbc..08c451df3 100644 --- a/plugins/sudoers/visudo.c +++ b/plugins/sudoers/visudo.c @@ -23,8 +23,6 @@ * Lock the sudoers file for safe editing (ala vipw) and check for parse errors. */ -#define SUDO_MAIN - #ifdef __TANDEM # include #endif -- 2.40.0