diff --git a/headers/posix/alloca.h b/headers/posix/alloca.h index 82bc2971c0..dfe8f0d180 100644 --- a/headers/posix/alloca.h +++ b/headers/posix/alloca.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ALLOCA_H diff --git a/headers/posix/arch/arm/arch_setjmp.h b/headers/posix/arch/arm/arch_setjmp.h index 7db0bea9fe..d1f1a14a10 100644 --- a/headers/posix/arch/arm/arch_setjmp.h +++ b/headers/posix/arch/arm/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/arm/signal.h b/headers/posix/arch/arm/signal.h index a6572ab074..19a593d5db 100644 --- a/headers/posix/arch/arm/signal.h +++ b/headers/posix/arch/arm/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ @@ -32,7 +32,7 @@ struct vregs ulong cpsr; #warning ARM: fix floats in vregs, add missing stuff. }; -#endif /* __ARM__ */ +#endif /* __ARM__ */ #endif /* _ARCH_SIGNAL_H_ */ diff --git a/headers/posix/arch/m68k/arch_setjmp.h b/headers/posix/arch/m68k/arch_setjmp.h index 6bf077a3f3..4aa8146a7f 100644 --- a/headers/posix/arch/m68k/arch_setjmp.h +++ b/headers/posix/arch/m68k/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2007-2010 Haiku Inc. All Rights Reserved. + * Copyright 2007-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/m68k/signal.h b/headers/posix/arch/m68k/signal.h index 8ff2f3e23a..6623e7a09d 100644 --- a/headers/posix/arch/m68k/signal.h +++ b/headers/posix/arch/m68k/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ @@ -21,7 +21,7 @@ struct vregs double f0, /* fp scratch */ f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13; /* fp volatile regs */ }; -#endif /* __M68K__ */ +#endif /* __M68K__ */ #endif /* _ARCH_SIGNAL_H_ */ diff --git a/headers/posix/arch/mipsel/arch_setjmp.h b/headers/posix/arch/mipsel/arch_setjmp.h index 8c7189cddc..66e147e37e 100644 --- a/headers/posix/arch/mipsel/arch_setjmp.h +++ b/headers/posix/arch/mipsel/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/mipsel/signal.h b/headers/posix/arch/mipsel/signal.h index 37dfb97261..a3e1f22318 100644 --- a/headers/posix/arch/mipsel/signal.h +++ b/headers/posix/arch/mipsel/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ @@ -18,7 +18,7 @@ struct vregs #warning MIPSEL: fixme }; -#endif /* __MIPSEL__ */ +#endif /* __MIPSEL__ */ #endif /* _ARCH_SIGNAL_H_ */ diff --git a/headers/posix/arch/ppc/arch_setjmp.h b/headers/posix/arch/ppc/arch_setjmp.h index 93d552b1f4..f4e9cf16e5 100644 --- a/headers/posix/arch/ppc/arch_setjmp.h +++ b/headers/posix/arch/ppc/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/ppc/signal.h b/headers/posix/arch/ppc/signal.h index bdb67ce940..c1ef3f58d7 100644 --- a/headers/posix/arch/ppc/signal.h +++ b/headers/posix/arch/ppc/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ @@ -27,7 +27,7 @@ struct vregs fpscr, /* fp condition codes */ ctr, xer, cr, msr, lr; /* misc. status */ }; -#endif /* __POWERPC__ */ +#endif /* __POWERPC__ */ #endif /* _ARCH_SIGNAL_H_ */ diff --git a/headers/posix/arch/x86/arch_setjmp.h b/headers/posix/arch/x86/arch_setjmp.h index 5221087a78..f5d944f4b3 100644 --- a/headers/posix/arch/x86/arch_setjmp.h +++ b/headers/posix/arch/x86/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/x86/signal.h b/headers/posix/arch/x86/signal.h index 6d04281499..be3e743055 100644 --- a/headers/posix/arch/x86/signal.h +++ b/headers/posix/arch/x86/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ diff --git a/headers/posix/arch/x86_64/arch_setjmp.h b/headers/posix/arch/x86_64/arch_setjmp.h index 3780e9bb78..8371471f01 100644 --- a/headers/posix/arch/x86_64/arch_setjmp.h +++ b/headers/posix/arch/x86_64/arch_setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SETJMP_H_ diff --git a/headers/posix/arch/x86_64/signal.h b/headers/posix/arch/x86_64/signal.h index bc97f98c6e..f48a72f5fa 100644 --- a/headers/posix/arch/x86_64/signal.h +++ b/headers/posix/arch/x86_64/signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ARCH_SIGNAL_H_ @@ -40,7 +40,7 @@ struct vregs { */ }; - + #endif /* __x86_64__ */ #endif /* _ARCH_SIGNAL_H_ */ diff --git a/headers/posix/arpa/inet.h b/headers/posix/arpa/inet.h index 1c3c19168b..95ee6e3a91 100644 --- a/headers/posix/arpa/inet.h +++ b/headers/posix/arpa/inet.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010 Haiku Inc. All Rights Reserved. + * Copyright 2009-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _INET_H_ diff --git a/headers/posix/arpa/nameser.h b/headers/posix/arpa/nameser.h index f62cdc496c..ae88a7a9aa 100644 --- a/headers/posix/arpa/nameser.h +++ b/headers/posix/arpa/nameser.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ diff --git a/headers/posix/assert.h b/headers/posix/assert.h index 1d47bd0ad6..b8668925d9 100644 --- a/headers/posix/assert.h +++ b/headers/posix/assert.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _ASSERT_H_ diff --git a/headers/posix/bsd_mem.h b/headers/posix/bsd_mem.h index 0d2182aac5..a0e773cbee 100644 --- a/headers/posix/bsd_mem.h +++ b/headers/posix/bsd_mem.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ diff --git a/headers/posix/compat/sys/stat.h b/headers/posix/compat/sys/stat.h index 9722e118c3..94aeca1933 100644 --- a/headers/posix/compat/sys/stat.h +++ b/headers/posix/compat/sys/stat.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _COMPAT_SYS_STAT_H_ diff --git a/headers/posix/ctype.h b/headers/posix/ctype.h index 9d75cea58c..57b2820eff 100644 --- a/headers/posix/ctype.h +++ b/headers/posix/ctype.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _CTYPE_H diff --git a/headers/posix/dirent.h b/headers/posix/dirent.h index ea8d941be8..9622a265ac 100644 --- a/headers/posix/dirent.h +++ b/headers/posix/dirent.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _DIRENT_H diff --git a/headers/posix/div_t.h b/headers/posix/div_t.h index 990240b93c..94b783225a 100644 --- a/headers/posix/div_t.h +++ b/headers/posix/div_t.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _DIV_T_H_ diff --git a/headers/posix/dlfcn.h b/headers/posix/dlfcn.h index 2b0a63fe09..7fdce4fc64 100644 --- a/headers/posix/dlfcn.h +++ b/headers/posix/dlfcn.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _DLFCN_H diff --git a/headers/posix/endian.h b/headers/posix/endian.h index a02cf9efe9..ba93bb128a 100644 --- a/headers/posix/endian.h +++ b/headers/posix/endian.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All rights reserved. + * Copyright 2003-2012 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _ENDIAN_H_ diff --git a/headers/posix/errno.h b/headers/posix/errno.h index e124f0ea89..045b24ec74 100644 --- a/headers/posix/errno.h +++ b/headers/posix/errno.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _POSIX_ERRNO_H @@ -9,7 +9,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif #include @@ -21,6 +21,6 @@ extern int *_errnop(void); #ifdef __cplusplus } /* "C" */ -#endif +#endif #endif /* _POSIX_ERRNO_H */ diff --git a/headers/posix/fcntl.h b/headers/posix/fcntl.h index a5561b3cd9..ad762f5b0d 100644 --- a/headers/posix/fcntl.h +++ b/headers/posix/fcntl.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _FCNTL_H diff --git a/headers/posix/getopt.h b/headers/posix/getopt.h index c39556bdd0..49694a6c1b 100644 --- a/headers/posix/getopt.h +++ b/headers/posix/getopt.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _GETOPT_H diff --git a/headers/posix/grp.h b/headers/posix/grp.h index 7be9cca96f..e44c15c9f6 100644 --- a/headers/posix/grp.h +++ b/headers/posix/grp.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _GRP_H_ diff --git a/headers/posix/inttypes.h b/headers/posix/inttypes.h index 5f24eda435..8abc015b68 100644 --- a/headers/posix/inttypes.h +++ b/headers/posix/inttypes.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All rights reserved. + * Copyright 2002-2012 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _INTTYPES_H_ diff --git a/headers/posix/iovec.h b/headers/posix/iovec.h index ec10f21acd..be253e3f01 100644 --- a/headers/posix/iovec.h +++ b/headers/posix/iovec.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _IOVEC_H diff --git a/headers/posix/langinfo.h b/headers/posix/langinfo.h index 1ee23de3da..cbd63bd8b2 100644 --- a/headers/posix/langinfo.h +++ b/headers/posix/langinfo.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All Rights Reserved. + * Copyright 2010-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _LANGINFO_H_ diff --git a/headers/posix/libgen.h b/headers/posix/libgen.h index a89bf98678..3cff2618f7 100644 --- a/headers/posix/libgen.h +++ b/headers/posix/libgen.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010 Haiku Inc. All Rights Reserved. + * Copyright 2009-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _LIBGEN_H diff --git a/headers/posix/limits.h b/headers/posix/limits.h index 5f90d74059..e010cf3ea2 100644 --- a/headers/posix/limits.h +++ b/headers/posix/limits.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2012 Haiku Inc. All rights reserved. + * Copyright 2001-2012 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _LIBC_LIMITS_H_ diff --git a/headers/posix/locale.h b/headers/posix/locale.h index 624c717844..2cc8717623 100644 --- a/headers/posix/locale.h +++ b/headers/posix/locale.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _LOCALE_H_ diff --git a/headers/posix/malloc.h b/headers/posix/malloc.h index c5cc068e95..b36b17d9e9 100644 --- a/headers/posix/malloc.h +++ b/headers/posix/malloc.h @@ -1,12 +1,12 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _MALLOC_H #define _MALLOC_H -#include +#include #ifdef __cplusplus diff --git a/headers/posix/malloc_debug.h b/headers/posix/malloc_debug.h index 1bfe75a809..0c23bbb9e7 100644 --- a/headers/posix/malloc_debug.h +++ b/headers/posix/malloc_debug.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All Rights Reserved. + * Copyright 2010-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef MALLOC_DEBUG_H diff --git a/headers/posix/math.h b/headers/posix/math.h index 1089c05d83..df34b2594c 100644 --- a/headers/posix/math.h +++ b/headers/posix/math.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2010 Haiku Inc. All Rights Reserved. + * Copyright 2001-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _MATH_H_ diff --git a/headers/posix/memory.h b/headers/posix/memory.h index f218fba642..16940bbe40 100644 --- a/headers/posix/memory.h +++ b/headers/posix/memory.h @@ -1,8 +1,8 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ - - + + #include diff --git a/headers/posix/monetary.h b/headers/posix/monetary.h index a2877576d4..0624f4c31c 100644 --- a/headers/posix/monetary.h +++ b/headers/posix/monetary.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All Rights Reserved. + * Copyright 2010-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _MONETARY_H_ diff --git a/headers/posix/net/if.h b/headers/posix/net/if.h index fdeff5d579..80522f2bc8 100644 --- a/headers/posix/net/if.h +++ b/headers/posix/net/if.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_IF_H diff --git a/headers/posix/net/if_dl.h b/headers/posix/net/if_dl.h index 50bb72250a..b7dc7ad99b 100644 --- a/headers/posix/net/if_dl.h +++ b/headers/posix/net/if_dl.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_IF_DL_H diff --git a/headers/posix/net/if_media.h b/headers/posix/net/if_media.h index 4e70897c6a..e0fdc4e76d 100644 --- a/headers/posix/net/if_media.h +++ b/headers/posix/net/if_media.h @@ -1,5 +1,5 @@ /* - * Copyright 2007-2010 Haiku Inc. All Rights Reserved. + * Copyright 2007-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_IF_MEDIA_H diff --git a/headers/posix/net/if_types.h b/headers/posix/net/if_types.h index f954c33048..fda4534f03 100644 --- a/headers/posix/net/if_types.h +++ b/headers/posix/net/if_types.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_IF_TYPES_H diff --git a/headers/posix/net/route.h b/headers/posix/net/route.h index 4e021fd620..70e81e8d9e 100644 --- a/headers/posix/net/route.h +++ b/headers/posix/net/route.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_ROUTE_H diff --git a/headers/posix/netdb.h b/headers/posix/netdb.h index d29eceed06..c6a6aff208 100644 --- a/headers/posix/netdb.h +++ b/headers/posix/netdb.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ diff --git a/headers/posix/netinet/in.h b/headers/posix/netinet/in.h index c729b738d2..36310d1161 100644 --- a/headers/posix/netinet/in.h +++ b/headers/posix/netinet/in.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NETINET_IN_H_ diff --git a/headers/posix/netinet/tcp.h b/headers/posix/netinet/tcp.h index 4d3124653a..f865c58239 100644 --- a/headers/posix/netinet/tcp.h +++ b/headers/posix/netinet/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef NETINET_TCP_H @@ -15,7 +15,7 @@ struct tcphdr { uint16_t th_dport; /* destination port */ uint32_t th_seq; uint32_t th_ack; - + #if BIG_ENDIAN uint8_t th_off : 4; /* data offset */ uint8_t th_x2 : 4; /* unused */ diff --git a/headers/posix/netinet6/in6.h b/headers/posix/netinet6/in6.h index 1898617d66..f348d60a27 100644 --- a/headers/posix/netinet6/in6.h +++ b/headers/posix/netinet6/in6.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NETINET6_IN6_H_ diff --git a/headers/posix/nl_types.h b/headers/posix/nl_types.h index 6a91f93fbc..a437a9e328 100644 --- a/headers/posix/nl_types.h +++ b/headers/posix/nl_types.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All Rights Reserved. + * Copyright 2010-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NL_TYPES_H_ diff --git a/headers/posix/null.h b/headers/posix/null.h index 9d63e4f46e..c74b189c9a 100644 --- a/headers/posix/null.h +++ b/headers/posix/null.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NULL_H diff --git a/headers/posix/poll.h b/headers/posix/poll.h index 3580699c4d..8935f66fae 100644 --- a/headers/posix/poll.h +++ b/headers/posix/poll.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _POLL_H diff --git a/headers/posix/pwd.h b/headers/posix/pwd.h index ea5b604ec6..f08e96c6df 100644 --- a/headers/posix/pwd.h +++ b/headers/posix/pwd.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _PWD_H_ diff --git a/headers/posix/resolv.h b/headers/posix/resolv.h index 7ed5767697..2b1b569b1f 100644 --- a/headers/posix/resolv.h +++ b/headers/posix/resolv.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010 Haiku Inc. All Rights Reserved. + * Copyright 2009-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ diff --git a/headers/posix/sched.h b/headers/posix/sched.h index 543c2a3523..c37f757049 100644 --- a/headers/posix/sched.h +++ b/headers/posix/sched.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All rights reserved. + * Copyright 2008-2012 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT license. */ #ifndef _SCHED_H_ diff --git a/headers/posix/search.h b/headers/posix/search.h index 8892c9b4fd..60bb76f77a 100644 --- a/headers/posix/search.h +++ b/headers/posix/search.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SEARCH_H_ @@ -9,9 +9,9 @@ #include -typedef enum { - FIND, - ENTER +typedef enum { + FIND, + ENTER } ACTION; typedef struct entry { diff --git a/headers/posix/semaphore.h b/headers/posix/semaphore.h index 8d6708f360..6be5f81bfb 100644 --- a/headers/posix/semaphore.h +++ b/headers/posix/semaphore.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. + * Copyright 2008-2012 Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef _SEMAPHORE_H_ diff --git a/headers/posix/setjmp.h b/headers/posix/setjmp.h index 30b24ea0be..67f4ec04be 100644 --- a/headers/posix/setjmp.h +++ b/headers/posix/setjmp.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. + * Copyright 2004-2012 Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef _SETJMP_H_ diff --git a/headers/posix/shadow.h b/headers/posix/shadow.h index 1866be6a06..ed85ee07ec 100644 --- a/headers/posix/shadow.h +++ b/headers/posix/shadow.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SHADOW_H_ diff --git a/headers/posix/size_t.h b/headers/posix/size_t.h index aaf4bc0cb3..f8235c914f 100644 --- a/headers/posix/size_t.h +++ b/headers/posix/size_t.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SIZE_T_H_ diff --git a/headers/posix/stdint.h b/headers/posix/stdint.h index 37c5e67bd4..eb07104a5a 100644 --- a/headers/posix/stdint.h +++ b/headers/posix/stdint.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDINT_H_ diff --git a/headers/posix/stdio.h b/headers/posix/stdio.h index aa8fd9e5ef..f5ad972b07 100644 --- a/headers/posix/stdio.h +++ b/headers/posix/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDIO_H_ diff --git a/headers/posix/stdio_ext.h b/headers/posix/stdio_ext.h index 95d533da0a..fb0c4c28a3 100644 --- a/headers/posix/stdio_ext.h +++ b/headers/posix/stdio_ext.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDIO_EXT_H_ diff --git a/headers/posix/stdio_post.h b/headers/posix/stdio_post.h index 83662d8cdf..71a841dfc2 100644 --- a/headers/posix/stdio_post.h +++ b/headers/posix/stdio_post.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDIO_POST_H_ diff --git a/headers/posix/stdio_pre.h b/headers/posix/stdio_pre.h index 5e973422aa..3d37b86e4d 100644 --- a/headers/posix/stdio_pre.h +++ b/headers/posix/stdio_pre.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDIO_PRE_H_ diff --git a/headers/posix/stdlib.h b/headers/posix/stdlib.h index efec9062a5..aef3e9184e 100644 --- a/headers/posix/stdlib.h +++ b/headers/posix/stdlib.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2011 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STDLIB_H_ diff --git a/headers/posix/string.h b/headers/posix/string.h index f7e4ab4b1f..d3a9035364 100644 --- a/headers/posix/string.h +++ b/headers/posix/string.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STRING_H_ diff --git a/headers/posix/sys/file.h b/headers/posix/sys/file.h index 01839a6236..a7c3384c9d 100644 --- a/headers/posix/sys/file.h +++ b/headers/posix/sys/file.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_FILE_H diff --git a/headers/posix/sys/ioctl.h b/headers/posix/sys/ioctl.h index ee32b3c718..22c3094cfa 100644 --- a/headers/posix/sys/ioctl.h +++ b/headers/posix/sys/ioctl.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_IOCTL_H diff --git a/headers/posix/sys/ipc.h b/headers/posix/sys/ipc.h index 2b2cbff93a..90ed41ef87 100644 --- a/headers/posix/sys/ipc.h +++ b/headers/posix/sys/ipc.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_IPC_H diff --git a/headers/posix/sys/mman.h b/headers/posix/sys/mman.h index c5f9f2ce40..a69991ac05 100644 --- a/headers/posix/sys/mman.h +++ b/headers/posix/sys/mman.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_MMAN_H diff --git a/headers/posix/sys/msg.h b/headers/posix/sys/msg.h index 9d5256d9a6..5ab90b46af 100644 --- a/headers/posix/sys/msg.h +++ b/headers/posix/sys/msg.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_MSG_H diff --git a/headers/posix/sys/param.h b/headers/posix/sys/param.h index e28f0239cb..3e5c2b0b66 100644 --- a/headers/posix/sys/param.h +++ b/headers/posix/sys/param.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_PARAM_H diff --git a/headers/posix/sys/poll.h b/headers/posix/sys/poll.h index 529cd331a8..c8f1144ee1 100644 --- a/headers/posix/sys/poll.h +++ b/headers/posix/sys/poll.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_POLL_H diff --git a/headers/posix/sys/resource.h b/headers/posix/sys/resource.h index 66e4c2d597..96ac924a20 100644 --- a/headers/posix/sys/resource.h +++ b/headers/posix/sys/resource.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_RESOURCE_H diff --git a/headers/posix/sys/select.h b/headers/posix/sys/select.h index 4a99504312..ebc9d0e49d 100644 --- a/headers/posix/sys/select.h +++ b/headers/posix/sys/select.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_SELECT_H diff --git a/headers/posix/sys/sem.h b/headers/posix/sys/sem.h index 0a80354655..4dc8540005 100644 --- a/headers/posix/sys/sem.h +++ b/headers/posix/sys/sem.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_SEM_H diff --git a/headers/posix/sys/socket.h b/headers/posix/sys/socket.h index 1962acea96..0514d91dda 100644 --- a/headers/posix/sys/socket.h +++ b/headers/posix/sys/socket.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_SOCKET_H @@ -47,7 +47,7 @@ typedef uint32_t socklen_t; #define SOCK_MISC 255 /* Socket options for SOL_SOCKET level */ -#define SOL_SOCKET -1 +#define SOL_SOCKET -1 #define SO_ACCEPTCONN 0x00000001 /* socket has had listen() */ #define SO_BROADCAST 0x00000002 /* permit sending of broadcast msgs */ @@ -85,7 +85,7 @@ struct linger { }; struct sockaddr { - uint8_t sa_len; + uint8_t sa_len; uint8_t sa_family; uint8_t sa_data[30]; }; diff --git a/headers/posix/sys/sockio.h b/headers/posix/sys/sockio.h index 666f05fa76..e486f50241 100644 --- a/headers/posix/sys/sockio.h +++ b/headers/posix/sys/sockio.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_SOCKIO_H @@ -47,9 +47,9 @@ #define SIOCGIFSTATS 8929 /* get interface stats */ #define SIOCGIFTYPE 8931 /* get interface type */ -#define SIOCSPACKETCAP 8932 +#define SIOCSPACKETCAP 8932 /* Start capturing packets on an interface */ -#define SIOCCPACKETCAP 8933 +#define SIOCCPACKETCAP 8933 /* Stop capturing packets on an interface */ #define SIOCSHIWAT 8934 /* set high watermark */ diff --git a/headers/posix/sys/stat.h b/headers/posix/sys/stat.h index 90a10d0d38..358354c6a8 100644 --- a/headers/posix/sys/stat.h +++ b/headers/posix/sys/stat.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_STAT_H_ diff --git a/headers/posix/sys/statvfs.h b/headers/posix/sys/statvfs.h index 916f06083a..4d86ad229c 100644 --- a/headers/posix/sys/statvfs.h +++ b/headers/posix/sys/statvfs.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _STAT_VFS_H_ diff --git a/headers/posix/sys/time.h b/headers/posix/sys/time.h index e8606791fc..62f2efee0c 100644 --- a/headers/posix/sys/time.h +++ b/headers/posix/sys/time.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_TIME_H diff --git a/headers/posix/sys/timeb.h b/headers/posix/sys/timeb.h index c338d45d49..e1e2742b8a 100644 --- a/headers/posix/sys/timeb.h +++ b/headers/posix/sys/timeb.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_TIMEB_H diff --git a/headers/posix/sys/times.h b/headers/posix/sys/times.h index 296e814900..bef2d83072 100644 --- a/headers/posix/sys/times.h +++ b/headers/posix/sys/times.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_TIMES_H @@ -21,6 +21,6 @@ extern #ifdef __cplusplus "C" #endif -clock_t times(struct tms *tms); +clock_t times(struct tms *tms); #endif /* _SYS_TIMES_H */ diff --git a/headers/posix/sys/types.h b/headers/posix/sys/types.h index 4a12ba06f8..7ae5450630 100644 --- a/headers/posix/sys/types.h +++ b/headers/posix/sys/types.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_TYPES_H diff --git a/headers/posix/sys/uio.h b/headers/posix/sys/uio.h index ea23c1513b..2e637e40f3 100644 --- a/headers/posix/sys/uio.h +++ b/headers/posix/sys/uio.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_UIO_H diff --git a/headers/posix/sys/un.h b/headers/posix/sys/un.h index 4f55ea4a4a..0cdd5783ae 100644 --- a/headers/posix/sys/un.h +++ b/headers/posix/sys/un.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2010 Haiku Inc. All Rights Reserved. + * Copyright 2006-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_UN_H @@ -10,7 +10,7 @@ struct sockaddr_un { - uint8_t sun_len; + uint8_t sun_len; uint8_t sun_family; char sun_path[126]; }; diff --git a/headers/posix/sys/utsname.h b/headers/posix/sys/utsname.h index 43fd413871..8b3db846b1 100644 --- a/headers/posix/sys/utsname.h +++ b/headers/posix/sys/utsname.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYS_UTSNAME_H diff --git a/headers/posix/syslog.h b/headers/posix/syslog.h index aae1ad8d8c..d0ee5ca577 100644 --- a/headers/posix/syslog.h +++ b/headers/posix/syslog.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2010 Haiku Inc. All Rights Reserved. + * Copyright 2003-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _SYSLOG_H_ diff --git a/headers/posix/termios.h b/headers/posix/termios.h index 88db94675a..ccf13ea7c2 100644 --- a/headers/posix/termios.h +++ b/headers/posix/termios.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Haiku Inc. All Rights Reserved. + * Copyright 2004-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _TERMIOS_H_ diff --git a/headers/posix/utime.h b/headers/posix/utime.h index b29d46191b..485eea9b7a 100644 --- a/headers/posix/utime.h +++ b/headers/posix/utime.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 Haiku Inc. All Rights Reserved. + * Copyright 2002-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _UTIME_H_ diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h index d2bebb9213..eebc4e5bba 100644 --- a/headers/posix/wchar.h +++ b/headers/posix/wchar.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _WCHAR_H diff --git a/headers/posix/wchar_t.h b/headers/posix/wchar_t.h index a0b412335a..30077e5791 100644 --- a/headers/posix/wchar_t.h +++ b/headers/posix/wchar_t.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2010 Haiku Inc. All Rights Reserved. + * Copyright 2008-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ diff --git a/headers/posix/wctype.h b/headers/posix/wctype.h index f71bac7393..00d7776542 100644 --- a/headers/posix/wctype.h +++ b/headers/posix/wctype.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2011 Haiku Inc. All Rights Reserved. + * Copyright 2005-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _WCTYPE_H_