Moving t_hsearch - belongs in stdlib/

This commit is contained in:
pgoyette 2011-01-13 14:32:35 +00:00
parent f82830f374
commit 7a60df3213
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2011/01/13 13:53:49 pgoyette Exp $
# $NetBSD: Makefile,v 1.37 2011/01/13 14:32:35 pgoyette Exp $
.include <bsd.own.mk>
.include <bsd.sys.mk>
@ -14,6 +14,5 @@ TESTSDIR= ${TESTSBASE}/lib/libc
TESTS_C+= t_convfp
TESTS_C+= t_gdtoa
TESTS_C+= t_hsearch
.include <bsd.test.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2011/01/12 19:44:08 pgoyette Exp $
# $NetBSD: Makefile,v 1.9 2011/01/13 14:32:35 pgoyette Exp $
.include <bsd.own.mk>
@ -7,6 +7,7 @@ TESTSDIR= ${TESTSBASE}/lib/libc/stdlib
TESTS_C+= t_div
TESTS_C+= t_environment
TESTS_C+= t_environment_pth
TESTS_C+= t_hsearch
TESTS_C+= t_mi_vector_hash
TESTS_C+= t_posix_memalign
TESTS_C+= t_strtox

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_hsearch.c,v 1.1 2010/12/31 14:36:11 pgoyette Exp $ */
/* $NetBSD: t_hsearch.c,v 1.1 2011/01/13 14:32:35 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -63,7 +63,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
__RCSID("$NetBSD: t_hsearch.c,v 1.1 2010/12/31 14:36:11 pgoyette Exp $");
__RCSID("$NetBSD: t_hsearch.c,v 1.1 2011/01/13 14:32:35 pgoyette Exp $");
#include <errno.h>
#include <search.h>