From 282907d51bb847565f9cc225ef91f51bbea402cc Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 17 Jun 2015 22:35:08 +0000 Subject: [PATCH] my keyboard is conspiring against me --- sys/sys/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 6543581dd92..34144f08e5e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.116 2015/06/17 22:32:08 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.117 2015/06/17 22:35:08 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -42,7 +42,7 @@ #define BSD4_4 1 #define OpenBSD 201510 /* OpenBSD version (year & month). */ -c#define OpenBSD5_8 1 /* OpenBSD 5.8 */ +#define OpenBSD5_8 1 /* OpenBSD 5.8 */ #ifndef NULL #ifdef __GNUG__ -- 2.20.1