From c8a08e056ff2a0f7268ba7df647b69afcc26d11e Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 4 Jan 2001 03:51:23 +0000 Subject: More rationalization of include files: a.) Don't include a zillion system headers from "extern.h" (actually, don't include any). b.) Break a global jmp_buf variable into a new file, so doesn't have to be pulled in everywhere (it's only used in two places). The (one line) new file is (c) TNF with a three-clause license, FW(L)IW. --- sail/misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sail/misc.c') diff --git a/sail/misc.c b/sail/misc.c index 1e475d53..2336c9c0 100644 --- a/sail/misc.c +++ b/sail/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.9 2001/01/04 03:21:17 jwise Exp $ */ +/* $NetBSD: misc.c,v 1.10 2001/01/04 03:51:24 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,10 +38,11 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: misc.c,v 1.9 2001/01/04 03:21:17 jwise Exp $"); +__RCSID("$NetBSD: misc.c,v 1.10 2001/01/04 03:51:24 jwise Exp $"); #endif #endif /* not lint */ +#include #include #include #include "extern.h" -- cgit v1.2.3