1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

LOCAL_GRP and DOMAIN_GRP are return types

(This used to be commit 887063e421)
This commit is contained in:
Luke Leighton 1998-11-13 20:19:06 +00:00
parent d3e6aa666d
commit 3a31d509a8

View File

@ -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;
}