git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added a new type to mkproto.awk so it can handle shmem.c
[kai/samba.git]
/
source3
/
script
/
mkproto.awk
diff --git
a/source3/script/mkproto.awk
b/source3/script/mkproto.awk
index 08b13d4610806e84491ae484db15885246f92dbf..88d81a62cd9eba8eeff689256bb40257bc32685c 100644
(file)
--- a/
source3/script/mkproto.awk
+++ b/
source3/script/mkproto.awk
@@
-64,7
+64,7
@@
BEGIN {
next;
}
-!/^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^shm_offset_t/ {
+!/^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^s
mb_shm_offset_t|^s
hm_offset_t/ {
next;
}