Deleted Added
full compact
db_sym.c (284508) db_sym.c (285627)
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

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

24 * rights to redistribute these changes.
25 */
26/*
27 * Author: David B. Golub, Carnegie Mellon University
28 * Date: 7/90
29 */
30
31#include <sys/cdefs.h>
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

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

24 * rights to redistribute these changes.
25 */
26/*
27 * Author: David B. Golub, Carnegie Mellon University
28 * Date: 7/90
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/sys/ddb/db_sym.c 284508 2015-06-17 10:20:59Z bz $");
32__FBSDID("$FreeBSD: head/sys/ddb/db_sym.c 285627 2015-07-16 10:46:52Z zbb $");
33
33
34#include "opt_kstack_pages.h"
35
34#include <sys/param.h>
35#include <sys/pcpu.h>
36#include <sys/smp.h>
37#include <sys/systm.h>
38
39#include <net/vnet.h>
40
41#include <ddb/ddb.h>

--- 431 unchanged lines hidden ---
36#include <sys/param.h>
37#include <sys/pcpu.h>
38#include <sys/smp.h>
39#include <sys/systm.h>
40
41#include <net/vnet.h>
42
43#include <ddb/ddb.h>

--- 431 unchanged lines hidden ---