commit | 38dd11f5953eef5d24f977801857d5df3e817de2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 15:44:32 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 16:06:57 2008 -0400 |
tree | 8e91cccaa11e5027fefad51de0c6089a06253e1a | |
parent | ceebf84fbd5514a4b8abebc7d0e749bb3e8f5c19 [diff] |
e2undo: Don't use __FUNCTION__ for portability reasons Solaris C99 apparently doesn't support it. We should report the program name, not the internal function name, when printing an error in any case. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>