vfs: check userland buffers before reading them.
[haiku.git] / headers / compatibility / bsd / netinet / in_systm.h
blob41d68f43f77d7800fc6bbc0fa481d0b5824713c3
1 /*
2 * Copyright 2011, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _NETINET_IN_SYSTM_H_
6 #define _NETINET_IN_SYSTM_H_
9 #ifdef _BSD_SOURCE
12 #include <stdint.h>
15 typedef uint16_t n_short;
16 typedef uint32_t n_long;
17 typedef uint32_t n_time;
20 #endif
23 #endif /* _NETINET_IN_SYSTM_H_ */