summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dufault <dufault@FreeBSD.org>1998-03-09 00:15:08 +0000
committerPeter Dufault <dufault@FreeBSD.org>1998-03-09 00:15:08 +0000
commit2d5936d354225921031541cd9e318fc8b9b2ad6e (patch)
treee65049a7806016e2586f247a052f9569ea416771
parentfbc4f4fd316a8e766a4b3bed416af51b369a1d21 (diff)
Notes
-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 8e5a8136e830..24a2ad7d0e44 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 */
/*