]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-execvp.patch
- don't leave _LINUX_TYPES_H defined if <linux/types.h> was omitted
[packages/glibc.git] / glibc-execvp.patch
CommitLineData
69c682e3
JB
1--- glibc-2.3.5/posix/execvp.c.orig 2005-02-26 02:02:17.000000000 +0100
2+++ glibc-2.3.5/posix/execvp.c 2005-04-14 17:42:22.000000000 +0200
3@@ -140,7 +140,7 @@
4 {
5 if (script_argv == NULL)
6 {
7- script_argv = allocate_scripts_argv (file, argv);
8+ script_argv = allocate_scripts_argv (startp, argv);
9 if (script_argv == NULL)
10 {
11 /* A possible EACCES error is not as important as
This page took 0.02121 seconds and 4 git commands to generate.