From bc1fac96486956f7b1b2185aa4296955289f98cb Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 18 Feb 2005 20:16:59 +0000 Subject: [PATCH] Handle uchar and short as a function return type. --- mkproto.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkproto.awk b/mkproto.awk index ec949c67..cf21dd72 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -58,7 +58,7 @@ BEGIN { next; } -!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^const/ { +!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^struct|^BOOL|^void|^time|^const/ { next; } -- 2.34.1