From f3a2b348daf9fa6063c38d2d69563f732a2f80e7 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:12:45 +0000 Subject: Remove trailing whitespace. --- 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 4787f11..0efd0ea 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.6 1995/01/23 04:07:57 wollman Exp $ + * $Id: modload.c,v 1.7 1995/03/16 17:11:21 wollman Exp $ */ #include @@ -106,7 +106,7 @@ linkcmd(kernel, entry, outfile, address, object) waitpid(pid, &status, 0); if(WIFSIGNALED(status)) { - errx(1, "%s got signal: %s", _PATH_LD, + errx(1, "%s got signal: %s", _PATH_LD, sys_siglist[WTERMSIG(status)]); } -- cgit v1.1