Date: Sun, 08 Mar 1998 17:44:09 -0600 From: Chris Csanady <ccsanady@friley585.res.iastate.edu> To: Peter Dufault <dufault@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/include signal.h src/sys/sys aio.h Message-ID: <199803082344.RAA04332@friley585.res.iastate.edu> In-Reply-To: Your message of "Sun, 08 Mar 1998 14:21:14 PST." <199803082221.OAA02657@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>dufault 1998/03/08 14:21:13 PST > > Modified files: > include signal.h > sys/sys aio.h > Log: > Put sigevent and AIO_LISTIO_MAX back in aio.h so > that kernels can be built. > > Revision Changes Path > 1.7 +0 -17 src/include/signal.h > 1.5 +32 -6 src/sys/sys/aio.h There now seems to be a typo. Easily correctable though. :) *** aio.h.old Sun Mar 8 17:42:56 1998 --- aio.h Sun Mar 8 17:41:47 1998 *************** *** 44,50 **** /* * values for sigev_notify: */ ! define SIGEV_NONE 0 /* Don't post a signal */ #define SIGEV_SIGNAL 1 /* Post specified signal */ /* --- 44,50 ---- /* * values for sigev_notify: */ ! #define SIGEV_NONE 0 /* Don't post a signal */ #define SIGEV_SIGNAL 1 /* Post specified signal */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803082344.RAA04332>