From fdffefb8032922ce7ffe4c00816072a8ff2148fc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 17 Feb 2017 22:30:53 +0000 Subject: More types changes New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet --- src/libstddjb/pathexec_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstddjb/pathexec_run.c') diff --git a/src/libstddjb/pathexec_run.c b/src/libstddjb/pathexec_run.c index ced2ae6..4d9b291 100644 --- a/src/libstddjb/pathexec_run.c +++ b/src/libstddjb/pathexec_run.c @@ -6,7 +6,7 @@ void pathexec_run (char const *file, char const *const *argv, char const *const *envp) { - register char const *path = env_get("PATH") ; + char const *path = env_get("PATH") ; if (!path) path = SKALIBS_DEFAULTPATH ; execvep(file, argv, envp, path) ; } -- cgit v1.2.3