Module Name: src Committed By: pgoyette Date: Sat Jan 1 23:59:21 UTC 2011
Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/stdlib: Makefile Makefile.inc src/regress/lib/libc/stdlib/getopt: Makefile getopt.c opttest src/regress/lib/libc/stdlib/getopt_long: Makefile getopt_long.c opttest src/regress/lib/libc/stdlib/posix_memalign: Makefile posix_memalign.c Log Message: The last of the libc/stdlib tests have been atf-ified To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/regress/lib/libc/Makefile cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/stdlib/Makefile cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/stdlib/Makefile.inc cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/stdlib/getopt/Makefile cvs rdiff -u -r1.7 -r0 src/regress/lib/libc/stdlib/getopt/getopt.c cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/stdlib/getopt/opttest cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/stdlib/getopt_long/Makefile cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/stdlib/getopt_long/getopt_long.c cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/stdlib/getopt_long/opttest cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/stdlib/posix_memalign/Makefile cvs rdiff -u -r1.3 -r0 \ src/regress/lib/libc/stdlib/posix_memalign/posix_memalign.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/regress/lib/libc/Makefile diff -u src/regress/lib/libc/Makefile:1.68 src/regress/lib/libc/Makefile:1.69 --- src/regress/lib/libc/Makefile:1.68 Fri Dec 31 14:37:37 2010 +++ src/regress/lib/libc/Makefile Sat Jan 1 23:59:19 2011 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2010/12/31 14:37:37 pgoyette Exp $ +# $NetBSD: Makefile,v 1.69 2011/01/01 23:59:19 pgoyette Exp $ SUBDIR+= atexit citrus db divrem getaddrinfo int_fmtio locale md5sha \ - nsdispatch regex rpc servent stdlib sys time + nsdispatch regex rpc servent sys time .include <bsd.own.mk> .include <bsd.sys.mk>