From a4e123abd3dab42f48cc79d9e2c1cbc72e77d18b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 31 Aug 2009 09:44:30 +0200 Subject: maint: revert my stdbuf change: the result didn't even compile This reverts commit c1e158489d88bad418d52ceadf37af0b6f5b2112. --- src/stdbuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stdbuf.c b/src/stdbuf.c index 38a531375..007cc2194 100644 --- a/src/stdbuf.c +++ b/src/stdbuf.c @@ -145,6 +145,7 @@ set_program_path (const char *arg) } else { + char *path; char tmppath[PATH_MAX + 1]; ssize_t len = readlink ("/proc/self/exe", tmppath, sizeof (tmppath) - 1); if (len > 0) @@ -155,7 +156,7 @@ set_program_path (const char *arg) else if ((path = getenv ("PATH"))) { char *dir; - char *path = xstrdup (path); + path = xstrdup (path); for (dir = strtok (path, ":"); dir != NULL; dir = strtok (NULL, ":")) { int req = snprintf (tmppath, sizeof (tmppath), "%s/%s", dir, arg); -- cgit v1.2.3-70-g09d2