summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-01-26 07:40:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-01-26 07:40:17 +0000
commitd4343fd8915df5721887ab4615e263b27845c629 (patch)
tree92ae99a04bbb5d3eb04a938f66e08604df803033 /util.c
parent55ec07f91d773f513ce6737bff154f1b59d740cf (diff)
downloadsrc-test2-d4343fd8915df5721887ab4615e263b27845c629.tar.gz
src-test2-d4343fd8915df5721887ab4615e263b27845c629.zip
Notes
Diffstat (limited to 'util.c')
-rw-r--r--util.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/util.c b/util.c
index a63fd33f8f51..c79f645bdfba 100644
--- a/util.c
+++ b/util.c
@@ -1,18 +1,21 @@
-/* $NetBSD: util.c,v 1.53 2012/06/04 22:45:05 sjg Exp $ */
+/* $NetBSD: util.c,v 1.54 2013/11/26 13:44:41 joerg Exp $ */
/*
* Missing stuff from OS's
*
- * $Id: util.c,v 1.32 2012/06/06 20:08:44 sjg Exp $
+ * $Id: util.c,v 1.33 2014/01/02 02:29:49 sjg Exp $
*/
+#if defined(__MINT__) || defined(__linux__)
+#include <signal.h>
+#endif
#include "make.h"
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: util.c,v 1.53 2012/06/04 22:45:05 sjg Exp $";
+static char rcsid[] = "$NetBSD: util.c,v 1.54 2013/11/26 13:44:41 joerg Exp $";
#else
#ifndef lint
-__RCSID("$NetBSD: util.c,v 1.53 2012/06/04 22:45:05 sjg Exp $");
+__RCSID("$NetBSD: util.c,v 1.54 2013/11/26 13:44:41 joerg Exp $");
#endif
#endif