From cad5beb3c8ceaea9de9e76a4f43446d689b4535d Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 29 Jun 1997 20:38:38 +0000 Subject: Prepare to remove the declaration of sys_siglist from . It should only be declared in if at all. Modload used to depend on getting it from because it only included . --- sbin/modload/modload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/modload') diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 5828709..d85f3b1 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,11 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.17 1997/03/11 12:23:09 peter Exp $ + * $Id: modload.c,v 1.18 1997/03/29 03:32:29 imp Exp $ */ #include #include +#include #include #include #include @@ -49,7 +50,6 @@ #include #include #include -#include #include "pathnames.h" #define min(a, b) ((a) < (b) ? (a) : (b)) -- cgit v1.1