Deleted Added
full compact
ipc.h (174891) ipc.h (228992)
1/*
2 * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

19 * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 *
1/*
2 * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

19 * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 *
27 * The split of ipcs.c into ipcs.c and ipc.c to accomodate the
27 * The split of ipcs.c into ipcs.c and ipc.c to accommodate the
28 * changes in ipcrm.c was done by Edwin Groothuis <edwin@FreeBSD.org>
29 *
28 * changes in ipcrm.c was done by Edwin Groothuis <edwin@FreeBSD.org>
29 *
30 * $FreeBSD: head/usr.bin/ipcs/ipc.h 174891 2007-12-25 00:52:24Z edwin $
30 * $FreeBSD: head/usr.bin/ipcs/ipc.h 228992 2011-12-30 11:02:40Z uqs $
31 */
32
33/* Part of struct nlist symbols[] */
34#define X_SEMA 0
35#define X_SEMINFO 1
36#define X_MSGINFO 2
37#define X_MSQIDS 3
38#define X_SHMINFO 4

--- 33 unchanged lines hidden ---
31 */
32
33/* Part of struct nlist symbols[] */
34#define X_SEMA 0
35#define X_SEMINFO 1
36#define X_MSGINFO 2
37#define X_MSQIDS 3
38#define X_SHMINFO 4

--- 33 unchanged lines hidden ---