Deleted Added
full compact
sig_print.c (122205) sig_print.c (131826)
1/*
2 * Copyright (c) 2002-2003
3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * Author: Hartmut Brandt <harti@freebsd.org>
28 * Kendy Kutzner <kutzner@fokus.fraunhofer.de>
29 *
1/*
2 * Copyright (c) 2002-2003
3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * Author: Hartmut Brandt <harti@freebsd.org>
28 * Kendy Kutzner <kutzner@fokus.fraunhofer.de>
29 *
30 * $Begemot: libunimsg/atm/sig/sig_print.c,v 1.4 2003/09/19 12:03:34 hbb Exp $
30 * $Begemot: libunimsg/netnatm/sig/sig_print.c,v 1.5 2004/07/08 08:22:22 brandt Exp $
31 */
32
33#include <sys/types.h>
34#ifdef _KERNEL
35#include <sys/param.h>
36#include <sys/systm.h>
37#include <sys/libkern.h>
38#include <machine/stdarg.h>

--- 584 unchanged lines hidden ---
31 */
32
33#include <sys/types.h>
34#ifdef _KERNEL
35#include <sys/param.h>
36#include <sys/systm.h>
37#include <sys/libkern.h>
38#include <machine/stdarg.h>

--- 584 unchanged lines hidden ---