summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
committerbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
commit24ce87cc75daff742416402eb15baa8a2445fb87 (patch)
treecccb12ba068b651660e03742d946e8b53d952db7 /sys/sys/sysent.h
parent14d44cd2d7bf837c55a5c3bf55ab4eadbc48aad8 (diff)
downloadFreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.zip
FreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index e87f329..7c44d5b 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -30,13 +30,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sysent.h,v 1.4 1995/03/16 18:16:29 bde Exp $
+ * $Id: sysent.h,v 1.5 1995/09/19 13:31:04 bde Exp $
*/
#ifndef _SYS_SYSENT_H_
#define _SYS_SYSENT_H_ 1
-typedef int sy_call_t __P((/* struct proc *, bogusly_various *, int * */));
+typedef int sy_call_t __P((struct proc *, void *, int *));
struct sysent { /* system call table */
int sy_narg; /* number of arguments */
OpenPOWER on IntegriCloud