Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd7c37f
)
libcom_err: declare com_err_gettext to be static
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 5 Oct 2011 07:03:44 +0000
(
03:03
-0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 5 Oct 2011 07:03:44 +0000
(
03:03
-0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/et/error_message.c
patch
|
blob
|
history
diff --git
a/lib/et/error_message.c
b/lib/et/error_message.c
index
dc17984
..
dc77b69
100644
(file)
--- a/
lib/et/error_message.c
+++ b/
lib/et/error_message.c
@@
-100,7
+100,7
@@
int et_list_unlock(void)
typedef char *(*gettextf) (const char *);
-gettextf com_err_gettext = NULL;
+
static
gettextf com_err_gettext = NULL;
gettextf set_com_err_gettext (new_proc)
gettextf new_proc;