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
This commit is contained in:
parent
908ef79b5c
commit
8717f52fde
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR libfortran/47375
|
||||
|
|
|
@ -115,5 +115,7 @@ PREFIX(getlog) (char * login, gfc_charlen_type login_len)
|
|||
cleanup:
|
||||
#ifdef HAVE_GETPWUID_R
|
||||
free (buf);
|
||||
#else
|
||||
;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue