Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2003 13:45:45 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27309 for review
Message-ID:  <200303242145.h2OLjjmn055304@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=27309

Change 27309 by jhb@jhb_laptop on 2003/03/24 13:44:58

	IFC @23704.

Affected files ...

.. //depot/projects/smpng/sys/sys/eventhandler.h#18 integrate

Differences ...

==== //depot/projects/smpng/sys/sys/eventhandler.h#18 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/sys/eventhandler.h,v 1.28 2003/03/24 21:15:35 jhb Exp $
+ * $FreeBSD: src/sys/sys/eventhandler.h,v 1.29 2003/03/24 21:24:37 jhb Exp $
  */
 
 #ifndef SYS_EVENTHANDLER_H
@@ -190,7 +190,7 @@
 
 #define	SHUTDOWN_PRI_FIRST	EVENTHANDLER_PRI_FIRST
 #define	SHUTDOWN_PRI_DEFAULT	EVENTHANDLER_PRI_ANY
-#define	SHUTDOWN_PRI_LAST	EVENTHANDLER_PRI_FIRST
+#define	SHUTDOWN_PRI_LAST	EVENTHANDLER_PRI_LAST
 
 EVENTHANDLER_DECLARE(shutdown_pre_sync, shutdown_fn);	/* before fs sync */
 EVENTHANDLER_DECLARE(shutdown_post_sync, shutdown_fn);	/* after fs sync */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303242145.h2OLjjmn055304>