From 44b9d1f1519de91c32c5f7e5201b7bde253b336f Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 20 May 1993 10:26:36 +0000 Subject: [PATCH] kill me; stupid typo --- sys/sys/select.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/select.h b/sys/sys/select.h index a2680e37a887..d881b7fd3be0 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: select.h,v 1.2 1993/05/20 03:54:37 cgd Exp $ + * $Id: select.h,v 1.3 1993/05/20 10:26:36 cgd Exp $ */ #ifndef _SYS_SELECT_H_ @@ -45,6 +45,6 @@ void selrecord __P((struct proc *, struct selinfo *)); /* wakeup a selecting proc */ void selwakeup __P((struct selinfo *)); -#endif /*KERNEL +#endif /* KERNEL */ #endif /* !_SYS_SELECT_H_ */