diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-09 09:23:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-09 09:23:05 +0000 |
| commit | 23085add933cb9ec171125b0a07bc1fdf9fb8177 (patch) | |
| tree | be024be3edcf2bd63bdd9bde6e41ebfa5da67760 | |
| parent | fec5f38c6562e6ef3d324f8611b0fd5df10afd78 (diff) | |
Notes
| -rw-r--r-- | sys/sys/systm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index e12779bccbbe..5515a068bc0e 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.4 (Berkeley) 2/23/94 - * $Id: systm.h,v 1.24 1995/08/28 09:19:07 julian Exp $ + * $Id: systm.h,v 1.26 1995/10/08 00:06:22 swallace Exp $ */ #ifndef _SYS_SYSTM_H_ @@ -106,9 +106,6 @@ extern int boothowto; /* reboot flags, from console subsystem */ * General function declarations. */ int nullop __P((void)); -int enodev __P((void)); -int enoioctl __P((void)); -int enxio __P((void)); int eopnotsupp __P((void)); int seltrue __P((dev_t dev, int which, struct proc *p)); int ureadc __P((int, struct uio *)); |
