r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UNIX vendor
[tprouty/samba.git] / source / script / mkproto.awk
index 3c4826758728ace25be4f57f6d4ff23a46e541a5..3940c34700a2bf0b2762b6eab6fbcf130aa7cfb8 100644 (file)
@@ -136,7 +136,7 @@ END {
     gotstart = 1;
   }
 
-  if( $0 ~ /^NODE_STATUS_STRUCT/ ) {
+  if( $0 ~ /^NODE_STATUS_STRUCT|SMB_STRUCT_DIR/ ) {
     gotstart = 1;
   }