git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e9213
)
Fixed typo.
author
Jeremy Allison
<jra@samba.org>
Wed, 9 Jan 2002 20:48:18 +0000
(20:48 +0000)
committer
Jeremy Allison
<jra@samba.org>
Wed, 9 Jan 2002 20:48:18 +0000
(20:48 +0000)
Jeremy.
(This used to be commit
a99e0cec1e2596c5bc89932e64de301f3fb9ae86
)
source3/nsswitch/hp_nss_dbdefs.h
patch
|
blob
|
history
diff --git
a/source3/nsswitch/hp_nss_dbdefs.h
b/source3/nsswitch/hp_nss_dbdefs.h
index 0735aa1c3eda33583020f431a836697e7eef36e4..c6951277356c2100d254572474a20513259cd2b3 100644
(file)
--- a/
source3/nsswitch/hp_nss_dbdefs.h
+++ b/
source3/nsswitch/hp_nss_dbdefs.h
@@
-49,7
+49,7
@@
typedef unsigned nss_innetgr_argc;
typedef char **nss_innetgr_argv;
struct nss_innetgr_1arg {
- nss_innetgr_argcargc;
+ nss_innetgr_argc
argc;
nss_innetgr_argv argv;
};