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:
d3e6aa6
)
LOCAL_GRP and DOMAIN_GRP are return types
author
Luke Leighton
<lkcl@samba.org>
Fri, 13 Nov 1998 20:19:06 +0000
(20:19 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Fri, 13 Nov 1998 20:19:06 +0000
(20:19 +0000)
(This used to be commit
887063e421d476fe2c2f6809750af3bfb020a85c
)
source3/script/mkproto.awk
patch
|
blob
|
history
diff --git
a/source3/script/mkproto.awk
b/source3/script/mkproto.awk
index fa4986ba6b08212a841fa8c3f6124ec192e679f6..d1cbf5b6678413810e4d9b9351c7a4722b01e0dc 100644
(file)
--- a/
source3/script/mkproto.awk
+++ b/
source3/script/mkproto.awk
@@
-94,6
+94,10
@@
END {
gotstart = 1;
}
+ if( $0 ~ /^LOCAL_GRP|^DOMAIN_GRP/ ) {
+ gotstart = 1;
+ }
+
if( $0 ~ /^long|^char|^uint|^struct|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^enum remote_arch_types|^FILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT/ ) {
gotstart = 1;
}