Subject: slight heads up: __syscall() prototype.
To: None <current-users@NetBSD.ORG>
From: Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
List: current-users
Date: 12/20/1996 16:00:34
So, i added a __syscall() prototype to unistd.h (because that's where
syscall() is), and, as described in the manual, it returns 'int'.
lseek() casts that to off_t.  J.T. says that because of the calling
conventions on the ports we currently support, that should "just
work."

However, i thought i'd give you all a heads-up about it.  If you see
any weirdness with lseek() return values, please tell me about them...



chris