From bd39e9d2633d77b7d5189fba27be83694746a9c2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 23 Mar 1998 04:47:40 +0000 Subject: [PATCH] prototype update --- mkproto.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkproto.awk b/mkproto.awk index 0eb03de6..026b43b7 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -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; } -- 2.34.1