-/* $OpenBSD: unixdev.h,v 1.1 1997/02/16 14:51:59 mickey Exp $ */
+/* $OpenBSD: unixdev.h,v 1.2 1997/04/02 05:26:42 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
int unixopen __P((struct open_file *, ...));
int unixclose __P((struct open_file *));
int unixioctl __P((struct open_file *, u_long, void *));
-off_t ulseek __P((int, off_t, int));
int unix_probe __P((void));
int unix_getc __P((void));
int uwrite __P((int, void *, size_t));
int uioctl __P((int, u_long, char *));
int uclose __P((int));
+off_t ulseek __P((int, off_t, int));
void uexit __P((int));
int syscall __P((int, ...));
+int __syscall __P((quad_t, ...));