Deleted Added
full compact
db_print.c (256281) db_print.c (273265)
1/*-
2 * Mach Operating System
3 * Copyright (c) 1991,1990 Carnegie Mellon University
4 * All Rights Reserved.
5 *
6 * Permission to use, copy, modify and distribute this software and its
7 * documentation is hereby granted, provided that both the copyright
8 * notice and this permission notice appear in all copies of the

--- 11 unchanged lines hidden (view full) ---

20 * Carnegie Mellon University
21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie the
24 * rights to redistribute these changes.
25 *
26 */
27/*
1/*-
2 * Mach Operating System
3 * Copyright (c) 1991,1990 Carnegie Mellon University
4 * All Rights Reserved.
5 *
6 * Permission to use, copy, modify and distribute this software and its
7 * documentation is hereby granted, provided that both the copyright
8 * notice and this permission notice appear in all copies of the

--- 11 unchanged lines hidden (view full) ---

20 * Carnegie Mellon University
21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie the
24 * rights to redistribute these changes.
25 *
26 */
27/*
28 * Author: David B. Golub, Carnegie Mellon University
28 * Author: David B. Golub, Carnegie Mellon University
29 * Date: 7/90
30 */
31
32/*
33 * Miscellaneous printing.
34 */
35
36#include <sys/cdefs.h>
29 * Date: 7/90
30 */
31
32/*
33 * Miscellaneous printing.
34 */
35
36#include <sys/cdefs.h>
37__FBSDID("$FreeBSD: stable/10/sys/ddb/db_print.c 145053 2005-04-14 05:25:40Z peter $");
37__FBSDID("$FreeBSD: stable/10/sys/ddb/db_print.c 273265 2014-10-18 19:22:59Z pfg $");
38
39#include <sys/param.h>
40#include <sys/kdb.h>
41#include <sys/proc.h>
42
43#include <machine/pcb.h>
44
45#include <ddb/ddb.h>

--- 25 unchanged lines hidden ---
38
39#include <sys/param.h>
40#include <sys/kdb.h>
41#include <sys/proc.h>
42
43#include <machine/pcb.h>
44
45#include <ddb/ddb.h>

--- 25 unchanged lines hidden ---