svn commit: samba r25125 - in branches/SAMBA_3_2/source/script: .

metze at samba.org metze at samba.org
Thu Sep 13 12:25:30 GMT 2007


Author: metze
Date: 2007-09-13 12:25:28 +0000 (Thu, 13 Sep 2007)
New Revision: 25125

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25125

Log:
create prototypes for 'bool ' functions

metze
Modified:
   branches/SAMBA_3_2/source/script/mkproto.awk


Changeset:
Modified: branches/SAMBA_3_2/source/script/mkproto.awk
===================================================================
--- branches/SAMBA_3_2/source/script/mkproto.awk	2007-09-13 12:22:08 UTC (rev 25124)
+++ branches/SAMBA_3_2/source/script/mkproto.awk	2007-09-13 12:25:28 UTC (rev 25125)
@@ -139,7 +139,7 @@
     gotstart = 1;
   }
 
-  if( $0 ~ /^smb_iconv_t|^long|^char|^uint|^NTSTATUS|^WERROR|^CLI_POLICY_HND|^struct|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^FILE|^XFILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT|^SMB_BIG_INT/ ) {
+  if( $0 ~ /^smb_iconv_t|^long|^char|^uint|^NTSTATUS|^WERROR|^CLI_POLICY_HND|^struct|^bool|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^FILE|^XFILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT|^SMB_BIG_INT/ ) {
     gotstart = 1;
   }
 



More information about the samba-cvs mailing list