diff options
Diffstat (limited to 'sys/miscfs/specfs/specdev.h')
-rw-r--r-- | sys/miscfs/specfs/specdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/specfs/specdev.h b/sys/miscfs/specfs/specdev.h index 4218f80edca..bb95a71025d 100644 --- a/sys/miscfs/specfs/specdev.h +++ b/sys/miscfs/specfs/specdev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specdev.h,v 1.16 2003/06/02 23:28:11 millert Exp $ */ +/* $OpenBSD: specdev.h,v 1.17 2003/09/23 16:51:13 millert Exp $ */ /* $NetBSD: specdev.h,v 1.12 1996/02/13 13:13:01 mycroft Exp $ */ /* @@ -92,7 +92,7 @@ int spec_read(void *); int spec_write(void *); #define spec_lease_check nullop int spec_ioctl(void *); -int spec_select(void *); +int spec_poll(void *); int spec_kqfilter(void *); int spec_fsync(void *); #define spec_remove spec_badop |