Deleted Added
full compact
signal.h (127920) signal.h (139731)
1/*
1/*-
2 * Copyright (c) 2003 Peter Wemm.
3 * Copyright (c) 1986, 1989, 1991, 1993
4 * The Regents of the University of California. 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:
9 * 1. Redistributions of source code must retain the above copyright

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * @(#)signal.h 8.1 (Berkeley) 6/11/93
2 * Copyright (c) 2003 Peter Wemm.
3 * Copyright (c) 1986, 1989, 1991, 1993
4 * The Regents of the University of California. 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:
9 * 1. Redistributions of source code must retain the above copyright

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * @(#)signal.h 8.1 (Berkeley) 6/11/93
31 * $FreeBSD: head/sys/amd64/include/signal.h 127920 2004-04-05 23:55:14Z imp $
31 * $FreeBSD: head/sys/amd64/include/signal.h 139731 2005-01-05 20:17:21Z imp $
32 */
33
34#ifndef _MACHINE_SIGNAL_H_
35#define _MACHINE_SIGNAL_H_
36
37#include <sys/cdefs.h>
38#include <sys/_sigset.h>
39

--- 71 unchanged lines hidden ---
32 */
33
34#ifndef _MACHINE_SIGNAL_H_
35#define _MACHINE_SIGNAL_H_
36
37#include <sys/cdefs.h>
38#include <sys/_sigset.h>
39

--- 71 unchanged lines hidden ---