From owner-cvs-sys Sun Mar 8 15:44:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02161 for cvs-sys-outgoing; Sun, 8 Mar 1998 15:44:23 -0800 (PST) (envelope-from owner-cvs-sys) Received: from friley585.res.iastate.edu (friley585.res.iastate.edu [129.186.167.85]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02149; Sun, 8 Mar 1998 15:44:11 -0800 (PST) (envelope-from ccsanady@friley585.res.iastate.edu) Received: from friley585.res.iastate.edu (loopback [127.0.0.1]) by friley585.res.iastate.edu (8.8.8/8.8.8) with ESMTP id RAA04332; Sun, 8 Mar 1998 17:44:10 -0600 (CST) (envelope-from ccsanady@friley585.res.iastate.edu) Message-Id: <199803082344.RAA04332@friley585.res.iastate.edu> X-Mailer: exmh version 2.0.1 12/23/97 To: Peter Dufault 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 In-reply-to: Your message of "Sun, 08 Mar 1998 14:21:14 PST." <199803082221.OAA02657@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 17:44:09 -0600 From: Chris Csanady Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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 */ /*