Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 18:50:21 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19186 for review
Message-ID:  <200210130150.g9D1oL5h055837@repoman.freebsd.org>

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

Change 19186 by marcel@marcel_nfs on 2002/10/12 18:49:52

	Revert previous change. The problem of not having a prototype
	for ia64_tpa() has been resolved in <machine/pmap.h>.

Affected files ...

.. //depot/projects/ia64/sys/ddb/db_watch.c#5 edit

Differences ...

==== //depot/projects/ia64/sys/ddb/db_watch.c#5 (text+ko) ====

@@ -36,13 +36,13 @@
 #include <sys/lock.h>
 #include <sys/proc.h>
 
-#include <ddb/ddb.h>
-#include <ddb/db_watch.h>
-
 #include <vm/vm.h>
 #include <vm/pmap.h>
 #include <vm/vm_map.h>
 
+#include <ddb/ddb.h>
+#include <ddb/db_watch.h>
+
 /*
  * Watchpoints.
  */

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?200210130150.g9D1oL5h055837>