From f95140e357aae0e2b3a91413722165f275ba9426 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sun, 8 Feb 1981 09:30:01 -0800 Subject: [PATCH 1/1] misc SCCS-vsn: sys/sys/systm.h 4.6 --- usr/src/sys/sys/systm.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/src/sys/sys/systm.h b/usr/src/sys/sys/systm.h index 5431d721c3..b06f9ffc70 100644 --- a/usr/src/sys/sys/systm.h +++ b/usr/src/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* systm.h 4.5 %G% */ +/* systm.h 4.6 %G% */ /* * Random set of variables @@ -73,8 +73,7 @@ swblk_t vtod(); */ extern struct sysent { - char sy_narg; /* total number of arguments */ - char sy_nrarg; /* number of args in registers */ + int sy_narg; /* total number of arguments */ int (*sy_call)(); /* handler */ } sysent[]; -- 2.20.1