add einval function
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 29 Mar 1995 15:35:27 +0000 (07:35 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 29 Mar 1995 15:35:27 +0000 (07:35 -0800)
SCCS-vsn: sys/sys/systm.h 8.7

usr/src/sys/sys/systm.h

index 9b21114..0fe9578 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)systm.h     8.6 (Berkeley) %G%
+ *     @(#)systm.h     8.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -87,6 +87,7 @@ int   enodev __P((void));
 int    enoioctl __P((void));
 int    enxio __P((void));
 int    eopnotsupp __P((void));
 int    enoioctl __P((void));
 int    enxio __P((void));
 int    eopnotsupp __P((void));
+int    einval __P((void));
 int    seltrue __P((dev_t dev, int which, struct proc *p));
 void   *hashinit __P((int count, int type, u_long *hashmask));
 int    nosys __P((struct proc *, void *, register_t *));
 int    seltrue __P((dev_t dev, int which, struct proc *p));
 void   *hashinit __P((int count, int type, u_long *hashmask));
 int    nosys __P((struct proc *, void *, register_t *));