prototype update
authorAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 04:47:40 +0000 (04:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 04:47:40 +0000 (04:47 +0000)
mkproto.awk

index 0eb03de..026b43b 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
   next;
 }
 
-!/^off_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
+!/^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
   next;
 }