diff options
author | Wim <wim@42.be> | 2022-11-27 00:42:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 00:42:16 +0100 |
commit | 4fd0a7672777f0ed15692ae2ba47838208537558 (patch) | |
tree | b119834a8b9ee78aa8f1b2ad05efa7da50516cbf /vendor/modernc.org/libc/fts/fts_freebsd_386.go | |
parent | 6da9d567dc9195e9a5211f23a6795a41f56a1bfc (diff) | |
download | matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.gz matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.bz2 matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.zip |
Update dependencies (#1929)
Diffstat (limited to 'vendor/modernc.org/libc/fts/fts_freebsd_386.go')
-rw-r--r-- | vendor/modernc.org/libc/fts/fts_freebsd_386.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vendor/modernc.org/libc/fts/fts_freebsd_386.go b/vendor/modernc.org/libc/fts/fts_freebsd_386.go index fadabef9..296b37d6 100644 --- a/vendor/modernc.org/libc/fts/fts_freebsd_386.go +++ b/vendor/modernc.org/libc/fts/fts_freebsd_386.go @@ -171,7 +171,7 @@ const ( X_IN_PORT_T_DECLARED = 0 // types.h:136:1: X_KEY_T_DECLARED = 0 // types.h:151:1: X_LITTLE_ENDIAN = 1234 // _endian.h:46:1: - X_LOCALE_T_DEFINED = 0 // _time.h:35:1: + X_LOCALE_T_DEFINED = 0 // _time.h:34:1: X_LSEEK_DECLARED = 0 // types.h:421:1: X_LWPID_T_DECLARED = 0 // types.h:156:1: X_MACHINE_ENDIAN_H_ = 0 // endian.h:36:1: @@ -226,7 +226,7 @@ const ( X_UINTMAX_T_DECLARED = 0 // _stdint.h:89:1: X_UINTPTR_T_DECLARED = 0 // _stdint.h:81:1: X_USECONDS_T_DECLARED = 0 // types.h:239:1: - X_XLOCALE_LOCALE1_H = 0 // _time.h:45:1: + X_XLOCALE_LOCALE1_H = 0 // _time.h:44:1: I386 = 1 // <predefined>:335:1: Unix = 1 // <predefined>:336:1: ) @@ -783,8 +783,8 @@ type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier. type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc // Unusual type definitions. -// rune_t is declared to be an ``int'' instead of the more natural -// ``unsigned long'' or ``long''. Two things are happening here. It is not +// rune_t is declared to be an “int” instead of the more natural +// “unsigned long” or “long”. Two things are happening here. It is not // unsigned so that EOF (-1) can be naturally assigned to it and used. Also, // it looks like 10646 will be a 31 bit standard. This means that if your // ints cannot hold 32 bits, you will be in trouble. The reason an int was @@ -2124,7 +2124,6 @@ type Tm = struct { // SPDX-License-Identifier: BSD-2-Clause-FreeBSD // // Copyright (c) 2011, 2012 The FreeBSD Foundation -// All rights reserved. // // This software was developed by David Chisnall under sponsorship from // the FreeBSD Foundation. @@ -2152,7 +2151,7 @@ type Tm = struct { // // $FreeBSD$ -type Locale_t = uintptr /* _time.h:36:25 */ +type Locale_t = uintptr /* _time.h:35:25 */ type Stat = struct { Fst_dev Dev_t |