git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab78d2
)
"subsystems" should be static
author
Andrew Tridgell
<tridge@samba.org>
Tue, 30 Dec 2003 22:55:12 +0000
(22:55 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 30 Dec 2003 22:55:12 +0000
(22:55 +0000)
(This used to be commit
64cf9b3fd3ad971973f6f1d73b924af225252837
)
source4/lib/module.c
patch
|
blob
|
history
diff --git
a/source4/lib/module.c
b/source4/lib/module.c
index c6c4ef69794d97445a6495e5226c6e95332a0e9e..ffd6a38c77098dd071835203a88e3a89aa01aae1 100644
(file)
--- a/
source4/lib/module.c
+++ b/
source4/lib/module.c
@@
-123,7
+123,7
@@
struct subsystem {
struct subsystem *prev, *next;
};
-struct subsystem *subsystems = NULL;
+st
atic st
ruct subsystem *subsystems = NULL;
void register_subsystem(const char *name, register_backend_function callback)
{