Deleted Added
full compact
ucl_internal.h (262398) ucl_internal.h (262975)
1/* Copyright (c) 2013, Vsevolod Stakhov
2 * All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above copyright

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

20 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22 */
23
24#ifndef UCL_INTERNAL_H_
25#define UCL_INTERNAL_H_
26
27#include <sys/types.h>
1/* Copyright (c) 2013, Vsevolod Stakhov
2 * All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above copyright

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

20 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22 */
23
24#ifndef UCL_INTERNAL_H_
25#define UCL_INTERNAL_H_
26
27#include <sys/types.h>
28#ifndef _WIN32
28#include <sys/mman.h>
29#include <sys/mman.h>
30#endif
29#include <sys/stat.h>
30#include <sys/param.h>
31
32#include <limits.h>
33#include <fcntl.h>
34#include <errno.h>
35#include <unistd.h>
36#include <ctype.h>

--- 256 unchanged lines hidden ---
31#include <sys/stat.h>
32#include <sys/param.h>
33
34#include <limits.h>
35#include <fcntl.h>
36#include <errno.h>
37#include <unistd.h>
38#include <ctype.h>

--- 256 unchanged lines hidden ---