Commit 8717f52f by Kai Tietz Committed by Kai Tietz

getlog.c (getlog): Fix label/statement issue.

2011-01-26  Kai Tietz  <kai.tietz@onevision.com>

        * intrinsics/getlog.c (getlog): Fix label/statement issue.

From-SVN: r169279
parent 908ef79b
2011-01-26 Kai Tietz <kai.tietz@onevision.com>
* intrinsics/getlog.c (getlog): Fix label/statement issue.
2011-01-25 Janne Blomqvist <jb@gcc.gnu.org> 2011-01-25 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/47375 PR libfortran/47375
......
...@@ -115,5 +115,7 @@ PREFIX(getlog) (char * login, gfc_charlen_type login_len) ...@@ -115,5 +115,7 @@ PREFIX(getlog) (char * login, gfc_charlen_type login_len)
cleanup: cleanup:
#ifdef HAVE_GETPWUID_R #ifdef HAVE_GETPWUID_R
free (buf); free (buf);
#else
;
#endif #endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment