Deleted Added
full compact
osd_defs.h (87826) osd_defs.h (96551)
1/*
2 * Copyright (c) 1996-1999 Distributed Processing Technology Corporation
3 * All rights reserved.
4 *
5 * Redistribution and use in source form, with or without modification, are
6 * permitted provided that redistributions of source code must retain the
7 * above copyright notice, this list of conditions and the following disclaimer.
8 *

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

13 * liable for any direct, indirect, incidental, special, exemplary or
14 * consequential damages (including, but not limited to, procurement of
15 * substitute goods or services; loss of use, data, or profits; or business
16 * interruptions) however caused and on any theory of liability, whether in
17 * contract, strict liability, or tort (including negligence or otherwise)
18 * arising in any way out of the use of this driver software, even if advised
19 * of the possibility of such damage.
20 *
1/*
2 * Copyright (c) 1996-1999 Distributed Processing Technology Corporation
3 * All rights reserved.
4 *
5 * Redistribution and use in source form, with or without modification, are
6 * permitted provided that redistributions of source code must retain the
7 * above copyright notice, this list of conditions and the following disclaimer.
8 *

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

13 * liable for any direct, indirect, incidental, special, exemplary or
14 * consequential damages (including, but not limited to, procurement of
15 * substitute goods or services; loss of use, data, or profits; or business
16 * interruptions) however caused and on any theory of liability, whether in
17 * contract, strict liability, or tort (including negligence or otherwise)
18 * arising in any way out of the use of this driver software, even if advised
19 * of the possibility of such damage.
20 *
21 * $FreeBSD: head/sys/dev/asr/osd_defs.h 87826 2001-12-13 23:48:34Z obrien $
21 * $FreeBSD: head/sys/dev/asr/osd_defs.h 96551 2002-05-14 00:53:08Z obrien $
22 */
23
24#ifndef _OSD_DEFS_H
25#define _OSD_DEFS_H
26
27/*File - OSD_DEFS.H
28 ****************************************************************************
29 *

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

61# define _DPT_FREE_BSD
62#else
63# define _DPT_SCO
64#endif
65
66#if defined (ZIL_CURSES)
67#define _DPT_CURSES
68#else
22 */
23
24#ifndef _OSD_DEFS_H
25#define _OSD_DEFS_H
26
27/*File - OSD_DEFS.H
28 ****************************************************************************
29 *

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

61# define _DPT_FREE_BSD
62#else
63# define _DPT_SCO
64#endif
65
66#if defined (ZIL_CURSES)
67#define _DPT_CURSES
68#else
69#define _DPT_MOTIF
69#define _DPT_MOTIF
70#endif
71
72 /* Redefine 'far' to nothing - no far pointer type required in UNIX */
73#define far
74
75 /* Define the mutually exclusive semaphore type */
76#define SEMAPHORE_T unsigned int *
77 /* Define a handle to a DLL */
78#define DLL_HANDLE_T unsigned int *
79
80#endif
70#endif
71
72 /* Redefine 'far' to nothing - no far pointer type required in UNIX */
73#define far
74
75 /* Define the mutually exclusive semaphore type */
76#define SEMAPHORE_T unsigned int *
77 /* Define a handle to a DLL */
78#define DLL_HANDLE_T unsigned int *
79
80#endif