PERFORCE change 43242 for review

Peter Wemm peter at FreeBSD.org
Mon Dec 1 12:40:40 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43242

Change 43242 by peter at peter_daintree on 2003/12/01 12:39:42

	diff reduction

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/amd64-gdbstub.c#7 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/amd64-gdbstub.c#7 (text+ko) ====

@@ -12,6 +12,9 @@
 
 ****************************************************************************/
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: src/sys/amd64/amd64/amd64-gdbstub.c,v 1.25 2003/07/25 21:15:44 obrien Exp $");
+
 /****************************************************************************
  *  Header: remcom.c,v 1.34 91/03/09 12:29:49 glenne Exp $
  *
@@ -92,9 +95,6 @@
  *
  ****************************************************************************/
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/amd64/amd64/amd64-gdbstub.c,v 1.25 2003/07/25 21:15:44 obrien Exp $");
-
 #include <sys/param.h>
 #include <sys/reboot.h>
 #include <sys/systm.h>


More information about the p4-projects mailing list