From ed784baa8e2bef0d7aa32958d8c1cecbc7d23749 Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 23 Oct 2015 12:59:12 +0000 Subject: [PATCH] Add ifnameindex to te libc regress tests --- regress/lib/libc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 0c81c5cea56..10f12b4f169 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.46 2014/12/02 20:23:05 millert Exp $ +# $OpenBSD: Makefile,v 1.47 2015/10/23 12:59:12 claudio Exp $ SUBDIR+= _setjmp alloca arc4random-fork SUBDIR+= atexit basename cephes cxa-atexit db dirname env SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob -SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream -SUBDIR+= orientation popen printf +SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb +SUBDIR+= open_memstream orientation popen printf SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum SUBDIR+= telldir time timingsafe vis -- 2.20.1