support a few more function types (like ino_t and off_t)
authorAndrew Tridgell <tridge@samba.org>
Sun, 4 Oct 1998 03:27:29 +0000 (03:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 4 Oct 1998 03:27:29 +0000 (03:27 +0000)
(This used to be commit 758048f1e17db70daa4cd169d5c9b833f94279f4)

source3/script/mkproto.awk

index dd8d4946a2b5ecec4bd9e219687c68b250701d11..fa4986ba6b08212a841fa8c3f6124ec192e679f6 100644 (file)
@@ -90,7 +90,7 @@ END {
 
 {
   gotstart = 0;
-  if( $0 ~ /^connection_struct|^pipes_struct|^file_fd_struct|^files_struct|^connection_struct|^uid_t|^gid_t|^unsigned|^mode_t|^DIR|^user|^int|^pid_t/ ) {
+  if( $0 ~ /^connection_struct|^pipes_struct|^file_fd_struct|^files_struct|^connection_struct|^uid_t|^gid_t|^unsigned|^mode_t|^DIR|^user|^int|^pid_t|^ino_t|^off_t/ ) {
     gotstart = 1;
   }