Module Name: src Committed By: christos Date: Mon Nov 22 15:09:16 UTC 2021
Modified Files: src/tests/lib/libc/gen/posix_spawn: t_spawn.c Log Message: undef a couple more. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/posix_spawn/t_spawn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/gen/posix_spawn/t_spawn.c diff -u src/tests/lib/libc/gen/posix_spawn/t_spawn.c:1.6 src/tests/lib/libc/gen/posix_spawn/t_spawn.c:1.7 --- src/tests/lib/libc/gen/posix_spawn/t_spawn.c:1.6 Sat Nov 20 09:28:29 2021 +++ src/tests/lib/libc/gen/posix_spawn/t_spawn.c Mon Nov 22 10:09:16 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: t_spawn.c,v 1.6 2021/11/20 14:28:29 christos Exp $ */ +/* $NetBSD: t_spawn.c,v 1.7 2021/11/22 15:09:16 christos Exp $ */ /*- * Copyright (c) 2012, 2021 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_spawn.c,v 1.6 2021/11/20 14:28:29 christos Exp $"); +__RCSID("$NetBSD: t_spawn.c,v 1.7 2021/11/22 15:09:16 christos Exp $"); #include <atf-c.h> @@ -583,6 +583,8 @@ ATF_TC_BODY(t_spawn_fchdir_closed, tc) posix_spawnattr_destroy(&attr); } +#undef CHDIR +#undef FCHDIR #undef CHDIRPATH #undef FILENAME #undef FILEPATH