From 76af42fb8f816847695f07c29991a2dea0f4e014 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 1 Aug 2006 22:16:04 +0000 Subject: * move sys/queue.h inclusion to sysdef.h (it's system specific) * add to sysdef.h (needed for sig_atomic_t on linux, and we get it by accident on OpenBSD) * remove from tty.c/spawn.c (not needed now that it's in sysdef.h) ok beck --- usr.bin/mg/spawn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/mg/spawn.c') diff --git a/usr.bin/mg/spawn.c b/usr.bin/mg/spawn.c index f52e0ed564d..13fd9853035 100644 --- a/usr.bin/mg/spawn.c +++ b/usr.bin/mg/spawn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spawn.c,v 1.10 2005/06/14 18:14:40 kjell Exp $ */ +/* $OpenBSD: spawn.c,v 1.11 2006/08/01 22:16:03 jason Exp $ */ /* This file is in the public domain. */ @@ -9,7 +9,6 @@ #include "def.h" -#include #include #include -- cgit v1.2.3