summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
diff options
context:
space:
mode:
authorjustin <justin@NetBSD.org>2014-11-04 00:20:19 +0000
committerjustin <justin@NetBSD.org>2014-11-04 00:20:19 +0000
commit9e4ed7bcf8cdd5bb613d03e5777ab1dbdfd1a08b (patch)
treedbe57901c40448c3d6489753c7d2f445bc7573e2 /tests/lib/libc/sys
parent3072b8d364b2d45c8dbe55da7abb28c025d446f6 (diff)
PR misc/49356 remove unnecessary references to atf-c/config.h
The function included via this header is not used and is removed in later versions of atf, so let us avoid it.
Diffstat (limited to 'tests/lib/libc/sys')
-rw-r--r--tests/lib/libc/sys/t_sigaction.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/libc/sys/t_sigaction.c b/tests/lib/libc/sys/t_sigaction.c
index 8022353367e..f0e68bae77b 100644
--- a/tests/lib/libc/sys/t_sigaction.c
+++ b/tests/lib/libc/sys/t_sigaction.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sigaction.c,v 1.2 2012/11/07 16:51:16 pgoyette Exp $ */
+/* $NetBSD: t_sigaction.c,v 1.3 2014/11/04 00:20:19 justin Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2010\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_sigaction.c,v 1.2 2012/11/07 16:51:16 pgoyette Exp $");
+__RCSID("$NetBSD: t_sigaction.c,v 1.3 2014/11/04 00:20:19 justin Exp $");
#include <sys/wait.h>
@@ -40,7 +40,6 @@ __RCSID("$NetBSD: t_sigaction.c,v 1.2 2012/11/07 16:51:16 pgoyette Exp $");
#include <unistd.h>
#include <atf-c.h>
-#include <atf-c/config.h>
#include "../../../h_macros.h"