Deleted Added
full compact
namespace.h (92991) namespace.h (93399)
1/*
2 * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*
2 * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/lib/libc/include/namespace.h 92991 2002-03-22 23:42:05Z obrien $
26 * $FreeBSD: head/lib/libc/include/namespace.h 93399 2002-03-29 22:43:43Z markm $
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 */

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

62#define flockfile _flockfile
63#define fstat _fstat
64#define fstatfs _fstatfs
65#define fsync _fsync
66#define funlockfile _funlockfile
67#define getdirentries _getdirentries
68#define getlogin _getlogin
69#define getpeername _getpeername
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 */

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

62#define flockfile _flockfile
63#define fstat _fstat
64#define fstatfs _fstatfs
65#define fsync _fsync
66#define funlockfile _funlockfile
67#define getdirentries _getdirentries
68#define getlogin _getlogin
69#define getpeername _getpeername
70#define getprogname _getprogname
70#define getsockname _getsockname
71#define getsockopt _getsockopt
72#define ioctl _ioctl
73/* #define kevent _kevent */
74#define listen _listen
75#define nanosleep _nanosleep
76#define open _open
77#define poll _poll

--- 78 unchanged lines hidden ---
71#define getsockname _getsockname
72#define getsockopt _getsockopt
73#define ioctl _ioctl
74/* #define kevent _kevent */
75#define listen _listen
76#define nanosleep _nanosleep
77#define open _open
78#define poll _poll

--- 78 unchanged lines hidden ---