Preprocessor directives require a leading '#'

Submitted by:	ccsanady@friley585.res.iastate.edu
This commit is contained in:
Peter Dufault 1998-03-09 00:15:08 +00:00
parent fbc4f4fd31
commit 2d5936d354
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34334

View File

@ -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 */
/*