summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1998-03-09 00:15:08 +0000
committerdufault <dufault@FreeBSD.org>1998-03-09 00:15:08 +0000
commit6c0befce73ec78a959650e88ceec5892034a12ac (patch)
tree90533dad47641f9cbb0258675f118ccd5068e6b7
parentbf11b7e2415375c65928c429d94cfd313564963c (diff)
downloadFreeBSD-src-6c0befce73ec78a959650e88ceec5892034a12ac.zip
FreeBSD-src-6c0befce73ec78a959650e88ceec5892034a12ac.tar.gz
Preprocessor directives require a leading '#'
Submitted by: ccsanady@friley585.res.iastate.edu
-rw-r--r--sys/sys/aio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 8e5a813..24a2ad7 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -16,7 +16,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: aio.h,v 1.4 1998/03/08 17:25:30 dufault Exp $
+ * $Id: aio.h,v 1.5 1998/03/08 22:21:12 dufault Exp $
*/
#include <sys/types.h>
@@ -44,7 +44,7 @@ struct sigevent {
/*
* values for sigev_notify:
*/
-define SIGEV_NONE 0 /* Don't post a signal */
+#define SIGEV_NONE 0 /* Don't post a signal */
#define SIGEV_SIGNAL 1 /* Post specified signal */
/*
OpenPOWER on IntegriCloud