Subject: None
To: None <veego@NetBSD.ORG>
From: Charles M. Hannum <mycroft@mit.edu>
List: source-changes
Date: 07/24/1998 23:29:51
> veego
> Fri Jul 24 11:48:14 PDT 1998
> Update of /cvsroot/src/lib/csu
> In directory nb00:/tmp/cvs-serv577
>
> Modified Files:
>         common.h 
> Log Message:
> Fix the protoype of __syscall: s/int/quad_t/

This change is wrong.

The __syscall() in crt0 is actually equivalent to syscall(), and
returns an int.  This is a namespace collision, not an error in
prototyping.