diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-11-21 18:16:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-11-21 18:16:48 +0000 |
commit | 0bec780131c1105ad6cf2a2cbc989ee84ffdbb10 (patch) | |
tree | 2286c902bd69d876f7d004015a7f4c743851e804 /sys/xfs | |
parent | eb01b2b7fa7f0eff236c6683e0369227aef6c5ae (diff) |
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xfs/xfs_locl.h b/sys/xfs/xfs_locl.h index c6308eef4d0..d05d644a2e1 100644 --- a/sys/xfs/xfs_locl.h +++ b/sys/xfs/xfs_locl.h @@ -158,7 +158,7 @@ typedef struct componentname xfs_componentname; #include <sys/namei.h> #include <sys/dirent.h> #include <sys/ucred.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/uio.h> #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> |