Build results for nightly-2023-11-02 target mipsel-unknown-netbsd miri-std

error
Preparing a sysroot for Miri (target: mipsel-unknown-netbsd)...
   Compiling compiler_builtins v0.1.101
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-11-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.149
   Compiling cc v1.0.79
   Compiling memchr v2.5.0
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-11-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-11-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
    Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-11-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
    Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-11-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
    Checking cfg-if v1.0.0
    Checking adler v1.0.2
    Checking rustc-demangle v0.1.23
error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:56:29
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
56 |         pub gr_name: *mut ::c_char,
   |                             ^^^^^^
   |
help: a type alias with a similar name exists
   |
56 |         pub gr_name: *mut ::c_schar,
   |                             ~~~~~~~
help: consider importing this type alias
   |
157+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
56 -         pub gr_name: *mut ::c_char,
56 +         pub gr_name: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:57:31
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
57 |         pub gr_passwd: *mut ::c_char,
   |                               ^^^^^^
   |
help: a type alias with a similar name exists
   |
57 |         pub gr_passwd: *mut ::c_schar,
   |                               ~~~~~~~
help: consider importing this type alias
   |
157+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
57 -         pub gr_passwd: *mut ::c_char,
57 +         pub gr_passwd: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:59:33
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
59 |         pub gr_mem: *mut *mut ::c_char,
   |                                 ^^^^^^
   |
help: a type alias with a similar name exists
   |
59 |         pub gr_mem: *mut *mut ::c_schar,
   |                                 ~~~~~~~
help: consider importing this type alias
   |
157+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
59 -         pub gr_mem: *mut *mut ::c_char,
59 +         pub gr_mem: *mut *mut c_char,
   |

error[E0412]: cannot find type `c_long` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:79:24
   |
79 |         pub tv_nsec: ::c_long,
   |                        ^^^^^^ not found in the crate root
   |
help: consider importing this type alias
   |
157+         use ffi::c_long;
   |
help: if you import `c_long`, refer to it directly
   |
79 -         pub tv_nsec: ::c_long,
79 +         pub tv_nsec: c_long,
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:90:24
   |
90 |         pub ru_maxrss: c_long,
   |                        ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
157+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:93:23
   |
93 |         pub ru_ixrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
157+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:96:23
   |
96 |         pub ru_idrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
157+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:99:23
   |
99 |         pub ru_isrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
157+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:102:24
    |
102 |         pub ru_minflt: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:105:24
    |
105 |         pub ru_majflt: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:108:23
    |
108 |         pub ru_nswap: c_long,
    |                       ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:111:25
    |
111 |         pub ru_inblock: c_long,
    |                         ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:114:25
    |
114 |         pub ru_oublock: c_long,
    |                         ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:117:24
    |
117 |         pub ru_msgsnd: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:120:24
    |
120 |         pub ru_msgrcv: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:123:26
    |
123 |         pub ru_nsignals: c_long,
    |                          ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:126:23
    |
126 |         pub ru_nvcsw: c_long,
    |                       ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:129:24
    |
129 |         pub ru_nivcsw: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:146:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
146 |         pub h_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
146 |         pub h_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
146 -         pub h_name: *mut ::c_char,
146 +         pub h_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:147:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
147 |         pub h_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
147 |         pub h_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
147 -         pub h_aliases: *mut *mut ::c_char,
147 +         pub h_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:150:38
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
150 |         pub h_addr_list: *mut *mut ::c_char,
    |                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
150 |         pub h_addr_list: *mut *mut ::c_schar,
    |                                      ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
150 -         pub h_addr_list: *mut *mut ::c_char,
150 +         pub h_addr_list: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:196:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
196 |         pub s_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
196 |         pub s_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
196 -         pub s_name: *mut ::c_char,
196 +         pub s_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:197:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
197 |         pub s_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
197 |         pub s_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
197 -         pub s_aliases: *mut *mut ::c_char,
197 +         pub s_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:199:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
199 |         pub s_proto: *mut ::c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
199 |         pub s_proto: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
199 -         pub s_proto: *mut ::c_char,
199 +         pub s_proto: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:203:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
203 |         pub p_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
203 |         pub p_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
203 -         pub p_name: *mut ::c_char,
203 +         pub p_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:204:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
204 |         pub p_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
204 |         pub p_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
204 -         pub p_aliases: *mut *mut ::c_char,
204 +         pub p_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:466:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
466 |     pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
466 |     pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:466:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
466 |     pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
466 |     pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:471:37
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
471 |     pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
471 |     pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:471:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
471 |     pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
471 |     pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:475:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
475 |     pub fn remove(filename: *const c_char) -> c_int;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
475 |     pub fn remove(filename: *const c_schar) -> c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:476:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
476 |     pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
476 |     pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:476:59
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
476 |     pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    |                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
476 |     pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int;
    |                                                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:478:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
478 |     pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
478 |     pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:479:48
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
479 |     pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    |                                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
479 |     pub fn setbuf(stream: *mut FILE, buf: *mut c_schar);
    |                                                ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:483:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
483 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
483 |     pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:483:73
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
483 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
483 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar;
    |                                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:489:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
489 |     pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
489 |     pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:490:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
490 |     pub fn puts(s: *const c_char) -> c_int;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
490 |     pub fn puts(s: *const c_schar) -> c_int;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:498:45
    |
498 |     pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    |                                             ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:499:40
    |
499 |     pub fn ftell(stream: *mut FILE) -> c_long;
    |                                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:508:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
508 |     pub fn perror(s: *const c_char);
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
508 |     pub fn perror(s: *const c_schar);
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:509:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
509 |     pub fn atof(s: *const c_char) -> c_double;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
509 |     pub fn atof(s: *const c_schar) -> c_double;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:510:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
510 |     pub fn atoi(s: *const c_char) -> c_int;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
510 |     pub fn atoi(s: *const c_schar) -> c_int;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:511:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
511 |     pub fn atol(s: *const c_char) -> c_long;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
511 |     pub fn atol(s: *const c_schar) -> c_long;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:511:38
    |
511 |     pub fn atol(s: *const c_char) -> c_long;
    |                                      ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:512:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
512 |     pub fn atoll(s: *const c_char) -> c_longlong;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
512 |     pub fn atoll(s: *const c_schar) -> c_longlong;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:517:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
517 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
517 |     pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:517:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
517 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
517 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:518:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
518 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
518 |     pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:518:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
518 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
518 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:519:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
519 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
519 |     pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:519:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
519 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
519 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:519:77
    |
519 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                                                                             ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:520:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
520 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
520 |     pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:520:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
520 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
520 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:521:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
521 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
521 |     pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:521:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
521 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
521 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_ulong` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:521:78
    |
521 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                                                                              ^^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_ulong;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:522:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
522 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
522 |     pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:522:55
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
522 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
522 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong;
    |                                                       ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:534:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
534 |     pub fn system(s: *const c_char) -> c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
534 |     pub fn system(s: *const c_schar) -> c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:535:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
535 |     pub fn getenv(s: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
535 |     pub fn getenv(s: *const c_schar) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:535:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
535 |     pub fn getenv(s: *const c_char) -> *mut c_char;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
535 |     pub fn getenv(s: *const c_char) -> *mut c_schar;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:537:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
537 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
537 |     pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:537:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
537 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
537 |     pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:537:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
537 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
537 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:538:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:538:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:538:77
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
    |                                                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:539:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn stpcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:539:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn stpcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:539:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:540:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
540 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
540 |     pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:540:46
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
540 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
540 |     pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char;
    |                                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:540:62
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
540 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
540 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar;
    |                                                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:541:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
541 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
541 |     pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:541:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
541 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
541 |     pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:541:74
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
541 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
541 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar;
    |                                                                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:542:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
542 |     pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
542 |     pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:542:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
542 |     pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
542 |     pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:543:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
543 |     pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
543 |     pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:543:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
543 |     pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
543 |     pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:544:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
544 |     pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
544 |     pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:544:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
544 |     pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
544 |     pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:545:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
545 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
545 |     pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:545:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
545 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
545 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:546:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
546 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
546 |     pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:546:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
546 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
546 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:547:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
547 |     pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
547 |     pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:547:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
547 |     pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
547 |     pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:548:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
548 |     pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
548 |     pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:548:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
548 |     pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
548 |     pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:549:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
549 |     pub fn strdup(cs: *const c_char) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
549 |     pub fn strdup(cs: *const c_schar) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:549:46
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
549 |     pub fn strdup(cs: *const c_char) -> *mut c_char;
    |                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
549 |     pub fn strdup(cs: *const c_char) -> *mut c_schar;
    |                                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:550:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:550:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:551:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
551 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
551 |     pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:551:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
551 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
551 |     pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:551:66
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
551 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
551 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
    |                                                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:552:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
552 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
552 |     pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:552:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
552 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
552 |     pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:552:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
552 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
552 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:553:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
553 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
553 |     pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:553:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
553 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
553 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:554:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
554 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
554 |     pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:554:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
554 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
554 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:555:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
555 |     pub fn strlen(cs: *const c_char) -> size_t;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
555 |     pub fn strlen(cs: *const c_schar) -> size_t;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:556:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
556 |     pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
556 |     pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:561:39
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
561 |     pub fn strerror(n: c_int) -> *mut c_char;
    |                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
561 |     pub fn strerror(n: c_int) -> *mut c_schar;
    |                                       ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:562:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
562 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
562 |     pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:562:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
562 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
562 |     pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:562:61
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
562 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
562 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar;
    |                                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:563:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
563 |     pub fn strtok_r(s: *mut c_schar, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:563:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_schar, p: *mut *mut c_char) -> *mut c_char;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:563:68
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_schar) -> *mut c_char;
    |                                                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:563:84
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
563 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_schar;
    |                                                                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:564:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
564 |     pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
564 |     pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:564:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
564 |     pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
564 |     pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:565:42
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
565 |     pub fn strsignal(sig: c_int) -> *mut c_char;
    |                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
565 |     pub fn strsignal(sig: c_int) -> *mut c_schar;
    |                                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:567:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
567 |     pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
567 |     pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:579:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
579 |     pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
579 |     pub fn getpwnam(name: *const ::c_schar) -> *mut passwd;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
579 -     pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
579 +     pub fn getpwnam(name: *const c_char) -> *mut passwd;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:583:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
583 |     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
583 |     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
583 -     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
583 +     pub fn fprintf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:584:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
584 |     pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
584 |     pub fn printf(format: *const ::c_schar, ...) -> ::c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
584 -     pub fn printf(format: *const ::c_char, ...) -> ::c_int;
584 +     pub fn printf(format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:585:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
585 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
585 |     pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
585 -     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
585 +     pub fn snprintf(s: *mut c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:585:69
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
585 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
585 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int;
    |                                                                     ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
585 -     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
585 +     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:586:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
586 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
586 |     pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
586 -     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
586 +     pub fn sprintf(s: *mut c_char, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:586:55
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
586 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
586 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int;
    |                                                       ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
586 -     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
586 +     pub fn sprintf(s: *mut ::c_char, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:591:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
591 |     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
591 |     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
591 -     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
591 +     pub fn fscanf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:596:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
596 |     pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
596 |     pub fn scanf(format: *const ::c_schar, ...) -> ::c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
596 -     pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
596 +     pub fn scanf(format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:601:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
601 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
601 |     pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
601 -     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
601 +     pub fn sscanf(s: *const c_char, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:601:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
601 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
601 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
601 -     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
601 +     pub fn sscanf(s: *const ::c_char, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:718:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
718 |     pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
718 |     pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:736:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
736 |     pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
736 |     pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:747:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
747 |     pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
747 |     pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:754:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
754 |     pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
754 |     pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:761:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
761 |     pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
761 |     pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:766:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
766 |     pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
766 |     pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:782:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
782 |     pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
782 |     pub fn opendir(dirname: *const c_schar) -> *mut ::DIR;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:811:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
811 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
811 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
811 -         pathname: *const ::c_char,
811 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:818:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
818 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
818 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
818 -         pathname: *const ::c_char,
818 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:833:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
833 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
833 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
833 -         pathname: *const ::c_char,
833 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:839:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
839 |         oldpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
839 |         oldpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
839 -         oldpath: *const ::c_char,
839 +         oldpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:841:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
841 |         newpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
841 |         newpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
841 -         newpath: *const ::c_char,
841 +         newpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:846:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
846 |         oldpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
846 |         oldpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
846 -         oldpath: *const ::c_char,
846 +         oldpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:848:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
848 |         newpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
848 |         newpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
848 -         newpath: *const ::c_char,
848 +         newpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:851:26
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
851 |         target: *const ::c_char,
    |                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
851 |         target: *const ::c_schar,
    |                          ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
851 -         target: *const ::c_char,
851 +         target: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:853:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
853 |         linkpath: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
853 |         linkpath: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
853 -         linkpath: *const ::c_char,
853 +         linkpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:855:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
855 |     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
855 |     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
855 -     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
855 +     pub fn unlinkat(dirfd: ::c_int, pathname: *const c_char, flags: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:857:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
857 |     pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
857 |     pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:859:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
859 |     pub fn chdir(dir: *const c_char) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
859 |     pub fn chdir(dir: *const c_schar) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:861:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
861 |     pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
861 |     pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:866:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
866 |     pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
866 |     pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:878:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
878 |     pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
878 |     pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:878:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
878 |     pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
878 |     pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:879:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
879 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
879 |     pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
879 -     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
879 +     pub fn execle(path: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:879:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
879 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
879 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
879 -     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
879 +     pub fn execle(path: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:880:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
880 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
880 |     pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
880 -     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
880 +     pub fn execlp(file: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:880:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
880 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
880 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
880 -     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
880 +     pub fn execlp(file: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:881:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
881 |     pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
881 |     pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:881:59
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
881 |     pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
881 |     pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int;
    |                                                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:883:22
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
883 |         prog: *const c_char,
    |                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
883 |         prog: *const c_schar,
    |                      ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:884:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
884 |         argv: *const *const c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
884 |         argv: *const *const c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:885:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
885 |         envp: *const *const c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
885 |         envp: *const *const c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:887:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
887 |     pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
887 |     pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:887:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
887 |     pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
887 |     pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:889:58
    |
889 |     pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    |                                                          ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:890:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
890 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
890 |     pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:890:61
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
890 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    |                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
890 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar;
    |                                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:896:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
896 |     pub fn getlogin() -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
896 |     pub fn getlogin() -> *mut c_schar;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:901:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
901 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
901 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:901:75
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
901 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    |                                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
901 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int;
    |                                                                           ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:908:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
908 |     pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
908 |     pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:908:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
908 |     pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
908 |     pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:910:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
910 |     pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
910 |     pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:910:60
    |
910 |     pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    |                                                            ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1577+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:918:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
918 |     pub fn rmdir(path: *const c_char) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
918 |     pub fn rmdir(path: *const c_schar) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:940:41
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
940 |     pub fn ttyname(fd: ::c_int) -> *mut c_char;
    |                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
940 |     pub fn ttyname(fd: ::c_int) -> *mut c_schar;
    |                                         ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:946:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
946 |     pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
946 |     pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:947:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
947 |     pub fn unlink(c: *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
947 |     pub fn unlink(c: *const c_schar) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:976:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
976 |     pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
976 |     pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1577+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1012:42
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1012 |     pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
     |                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1012 |     pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1013:61
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1013 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
     |                                                             ^^^^^^
     |
help: a type alias with a similar name exists
     |
1013 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char;
     |                                                             ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1013 -     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1013 +     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1013:79
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1013 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
     |                                                                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1013 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar;
     |                                                                               ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1013 -     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1013 +     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1024:31
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1024 |     pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
     |                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1024 |     pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int;
     |                               ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1036:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1036 |     pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1036 |     pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1036:52
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1036 |     pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1036 |     pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int;
     |                                                    ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1042:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1042 |     pub fn unsetenv(name: *const c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1042 |     pub fn unsetenv(name: *const c_schar) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1044:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1044 |     pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1044 |     pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1044:56
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1044 |     pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
     |                                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1044 |     pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int;
     |                                                        ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1046:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1046 |     pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1046 |     pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1063:40
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1063 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1063 |     pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1063 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1063 +     pub fn realpath(pathname: *const c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1063:65
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1063 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1063 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1063 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1063 +     pub fn realpath(pathname: *const ::c_char, resolved: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1063:83
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1063 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                                                                   ^^^^^^
     |
help: a type alias with a similar name exists
     |
1063 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar;
     |                                                                                   ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1063 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1063 +     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1190:38
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1190 |     pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
     |                                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1190 |     pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1190 -     pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
1190 +     pub fn utimes(filename: *const c_char, times: *const ::timeval) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1191:38
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1191 |     pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
     |                                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1191 |     pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1191 -     pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1191 +     pub fn dlopen(filename: *const c_char, flag: ::c_int) -> *mut ::c_void;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1192:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1192 |     pub fn dlerror() -> *mut ::c_char;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1192 |     pub fn dlerror() -> *mut ::c_schar;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1192 -     pub fn dlerror() -> *mut ::c_char;
1192 +     pub fn dlerror() -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1193:58
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1193 |     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
     |                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1193 |     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1193 -     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
1193 +     pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *mut ::c_void;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1204:22
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1204 |         node: *const c_char,
     |                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1204 |         node: *const c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1205:25
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1205 |         service: *const c_char,
     |                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1205 |         service: *const c_schar,
     |                         ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1216:52
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1216 |     pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
     |                                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1216 |     pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar;
     |                                                    ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1216 -     pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
1216 +     pub fn hstrerror(errcode: ::c_int) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1217:55
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1217 |     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
     |                                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1217 |     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1217 -     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
1217 +     pub fn gai_strerror(errcode: ::c_int) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1283:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1283 |     pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1283 |     pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1283 -     pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
1283 +     pub fn mknod(pathname: *const c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1284:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1284 |     pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1284 |     pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1284 -     pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
1284 +     pub fn gethostname(name: *mut c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1286:41
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1286 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
     |                                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1286 |     pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent;
     |                                         ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1286 -     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1286 +     pub fn getservbyname(name: *const c_char, proto: *const ::c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1286:65
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1286 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
     |                                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1286 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1286 -     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1286 +     pub fn getservbyname(name: *const ::c_char, proto: *const c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1287:57
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1287 |     pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
     |                                                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1287 |     pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent;
     |                                                         ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1287 -     pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
1287 +     pub fn getservbyport(port: ::c_int, proto: *const c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1290:42
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1290 |     pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
     |                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1290 |     pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1290 -     pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
1290 +     pub fn getprotobyname(name: *const c_char) -> *mut protoent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1292:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1292 |     pub fn chroot(name: *const ::c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1292 |     pub fn chroot(name: *const ::c_schar) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1292 -     pub fn chroot(name: *const ::c_char) -> ::c_int;
1292 +     pub fn chroot(name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1315:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1315 |     pub fn putenv(string: *mut c_char) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1315 |     pub fn putenv(string: *mut c_schar) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1338:58
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1338 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
     |                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1338 |     pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1338 -     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1338 +     pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1338:76
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1338 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
     |                                                                            ^^^^^^
     |
help: a type alias with a similar name exists
     |
1338 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar;
     |                                                                            ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1338 -     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1338 +     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1348:33
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1348 |     pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
     |                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1348 |     pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int;
     |                                 ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1367:40
     |
1367 |     pub fn sysconf(name: ::c_int) -> ::c_long;
     |                                        ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1577 +         use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
1367 -     pub fn sysconf(name: ::c_int) -> ::c_long;
1367 +     pub fn sysconf(name: ::c_int) -> c_long;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1369:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1369 |     pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1369 |     pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1388:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1388 |     pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1388 |     pub fn mkstemp(template: *mut ::c_schar) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1388 -     pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
1388 +     pub fn mkstemp(template: *mut c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1389:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1389 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1389 |     pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1389 -     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1389 +     pub fn mkdtemp(template: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1389:55
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1389 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
     |                                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1389 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1389 -     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1389 +     pub fn mkdtemp(template: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1391:31
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1391 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
     |                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1391 |     pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char;
     |                               ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1391 -     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1391 +     pub fn tmpnam(ptr: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1391:49
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1391 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
     |                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1391 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar;
     |                                                 ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1391 -     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1391 +     pub fn tmpnam(ptr: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1393:36
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1393 |     pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
     |                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1393 |     pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int);
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1393 -     pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
1393 +     pub fn openlog(ident: *const c_char, logopt: ::c_int, facility: ::c_int);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1397:56
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1397 |     pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
     |                                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1397 |     pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...);
     |                                                        ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1397 -     pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
1397 +     pub fn syslog(priority: ::c_int, message: *const c_char, ...);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1406:43
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1406 |     pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
     |                                           ^^^^^^
     |
help: a type alias with a similar name exists
     |
1406 |     pub fn ptsname(fd: ::c_int) -> *mut ::c_schar;
     |                                           ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1406 -     pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
1406 +     pub fn ptsname(fd: ::c_int) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1409:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1409 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1409 |     pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1409:53
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1409 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1409 |     pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
     |                                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1409:69
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1409 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1409 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
     |                                                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1410:39
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1410 |     pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
     |                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1410 |     pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1423:38
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1423 |             pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
     |                                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1423 |             pub fn stpncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1423:58
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1423 |             pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
     |                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1423 |             pub fn stpncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1423:85
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1423 |             pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
     |                                                                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1423 |             pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
     |                                                                                     ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1455:63
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1455 |             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
     |                                                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1455 |             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar,
     |                                                               ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1455 -             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
1455 +             pub fn mkdirat(dirfd: ::c_int, pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1457:62
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1457 |             pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
     |                                                              ^^^^^^
     |
help: a type alias with a similar name exists
     |
1457 |             pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar,
     |                                                              ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1457 -             pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
1457 +             pub fn openat(dirfd: ::c_int, pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1511:36
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1511 |                 pathname: *const ::c_char,
     |                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1511 |                 pathname: *const ::c_schar,
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1511 -                 pathname: *const ::c_char,
1511 +                 pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1512:29
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1512 |                 buf: *mut ::c_char,
     |                             ^^^^^^
     |
help: a type alias with a similar name exists
     |
1512 |                 buf: *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1512 -                 buf: *mut ::c_char,
1512 +                 buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1514:74
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1514 |             pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE;
     |                                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1514 |             pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE;
     |                                                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1515:50
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1515 |             pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE;
     |                                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1515 |             pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE;
     |                                                  ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1523:42
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1523 |             pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
     |                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1523 |             pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:1523:60
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1523 |             pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
     |                                                            ^^^^^^
     |
help: a type alias with a similar name exists
     |
1523 |             pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t;
     |                                                            ~~~~~~~
help: consider importing this type alias
     |
1577 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:14:25
   |
14 |         pub sa_data: [::c_char; 14],
   |                         ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
14 |         pub sa_data: [::c_schar; 14],
   |                         ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
14 -         pub sa_data: [::c_char; 14],
14 +         pub sa_data: [c_char; 14],
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:27:29
   |
27 |         pub pw_name: *mut ::c_char,
   |                             ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
27 |         pub pw_name: *mut ::c_schar,
   |                             ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
27 -         pub pw_name: *mut ::c_char,
27 +         pub pw_name: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:28:31
   |
28 |         pub pw_passwd: *mut ::c_char,
   |                               ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
28 |         pub pw_passwd: *mut ::c_schar,
   |                               ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
28 -         pub pw_passwd: *mut ::c_char,
28 +         pub pw_passwd: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:32:30
   |
32 |         pub pw_class: *mut ::c_char,
   |                              ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
32 |         pub pw_class: *mut ::c_schar,
   |                              ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
32 -         pub pw_class: *mut ::c_char,
32 +         pub pw_class: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:33:30
   |
33 |         pub pw_gecos: *mut ::c_char,
   |                              ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
33 |         pub pw_gecos: *mut ::c_schar,
   |                              ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
33 -         pub pw_gecos: *mut ::c_char,
33 +         pub pw_gecos: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:34:28
   |
34 |         pub pw_dir: *mut ::c_char,
   |                            ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
34 |         pub pw_dir: *mut ::c_schar,
   |                            ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
34 -         pub pw_dir: *mut ::c_char,
34 +         pub pw_dir: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:35:30
   |
35 |         pub pw_shell: *mut ::c_char,
   |                              ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
35 |         pub pw_shell: *mut ::c_schar,
   |                              ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
35 -         pub pw_shell: *mut ::c_char,
35 +         pub pw_shell: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:49:30
   |
49 |         pub ifa_name: *mut ::c_char,
   |                              ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
49 |         pub ifa_name: *mut ::c_schar,
   |                              ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
49 -         pub ifa_name: *mut ::c_char,
49 +         pub ifa_name: *mut c_char,
   |

error[E0412]: cannot find type `c_long` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:78:26
   |
78 |         pub tm_gmtoff: ::c_long,
   |                          ^^^^^^ not found in the crate root
   |
help: consider importing this type alias
   |
910+         use ffi::c_long;
   |
help: if you import `c_long`, refer to it directly
   |
78 -         pub tm_gmtoff: ::c_long,
78 +         pub tm_gmtoff: c_long,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:79:29
   |
79 |         pub tm_zone: *mut ::c_char,
   |                             ^^^^^^
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
   |
help: a type alias with a similar name exists
   |
79 |         pub tm_zone: *mut ::c_schar,
   |                             ~~~~~~~
help: consider importing this type alias
   |
910+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
79 -         pub tm_zone: *mut ::c_char,
79 +         pub tm_zone: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:104:29
    |
104 |         pub if_name: *mut ::c_char,
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
104 |         pub if_name: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
104 -         pub if_name: *mut ::c_char,
104 +         pub if_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:110:29
    |
110 |         __re_endp: *const ::c_char,
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
110 |         __re_endp: *const ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
110 -         __re_endp: *const ::c_char,
110 +         __re_endp: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:120:28
    |
120 |         pub name: *const ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
120 |         pub name: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
120 -         pub name: *const ::c_char,
120 +         pub name: *const c_char,
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:131:24
    |
131 |         pub sun_path: [c_char; 104]
    |                        ^^^^^^
    |
help: a builtin type with a similar name exists
    |
131 |         pub sun_path: [char; 104]
    |                        ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:136:25
    |
136 |         pub sysname: [::c_char; 256],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
136 |         pub sysname: [::c_schar; 256],
    |                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
136 -         pub sysname: [::c_char; 256],
136 +         pub sysname: [c_char; 256],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:140:26
    |
140 |         pub nodename: [::c_char; 256],
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
140 |         pub nodename: [::c_schar; 256],
    |                          ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
140 -         pub nodename: [::c_char; 256],
140 +         pub nodename: [c_char; 256],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:144:25
    |
144 |         pub release: [::c_char; 256],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
144 |         pub release: [::c_schar; 256],
    |                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
144 -         pub release: [::c_char; 256],
144 +         pub release: [c_char; 256],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:148:25
    |
148 |         pub version: [::c_char; 256],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
148 |         pub version: [::c_schar; 256],
    |                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
148 -         pub version: [::c_char; 256],
148 +         pub version: [c_char; 256],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:152:25
    |
152 |         pub machine: [::c_char; 256],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
152 |         pub machine: [::c_schar; 256],
    |                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
152 -         pub machine: [::c_char; 256],
152 +         pub machine: [c_char; 256],
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:256:22
    |
256 | pub const FIOCLEX: ::c_ulong = 0x20006601;
    |                      ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
256 - pub const FIOCLEX: ::c_ulong = 0x20006601;
256 + pub const FIOCLEX: c_ulong = 0x20006601;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:257:23
    |
257 | pub const FIONCLEX: ::c_ulong = 0x20006602;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
257 - pub const FIONCLEX: ::c_ulong = 0x20006602;
257 + pub const FIONCLEX: c_ulong = 0x20006602;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:258:23
    |
258 | pub const FIONREAD: ::c_ulong = 0x4004667f;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
258 - pub const FIONREAD: ::c_ulong = 0x4004667f;
258 + pub const FIONREAD: c_ulong = 0x4004667f;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:259:22
    |
259 | pub const FIONBIO: ::c_ulong = 0x8004667e;
    |                      ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
259 - pub const FIONBIO: ::c_ulong = 0x8004667e;
259 + pub const FIONBIO: c_ulong = 0x8004667e;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:260:23
    |
260 | pub const FIOASYNC: ::c_ulong = 0x8004667d;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
260 - pub const FIOASYNC: ::c_ulong = 0x8004667d;
260 + pub const FIOASYNC: c_ulong = 0x8004667d;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:261:24
    |
261 | pub const FIOSETOWN: ::c_ulong = 0x8004667c;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
261 - pub const FIOSETOWN: ::c_ulong = 0x8004667c;
261 + pub const FIOSETOWN: c_ulong = 0x8004667c;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:262:24
    |
262 | pub const FIOGETOWN: ::c_ulong = 0x4004667b;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
262 - pub const FIOGETOWN: ::c_ulong = 0x4004667b;
262 + pub const FIOGETOWN: c_ulong = 0x4004667b;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:320:24
    |
320 | pub const ST_RDONLY: ::c_ulong = 1;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
320 - pub const ST_RDONLY: ::c_ulong = 1;
320 + pub const ST_RDONLY: c_ulong = 1;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:484:24
    |
484 | pub const BIOCGBLEN: ::c_ulong = 0x40044266;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
484 - pub const BIOCGBLEN: ::c_ulong = 0x40044266;
484 + pub const BIOCGBLEN: c_ulong = 0x40044266;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:485:24
    |
485 | pub const BIOCSBLEN: ::c_ulong = 0xc0044266;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
485 - pub const BIOCSBLEN: ::c_ulong = 0xc0044266;
485 + pub const BIOCSBLEN: c_ulong = 0xc0044266;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:488:23
    |
488 | pub const BIOCGDLT: ::c_ulong = 0x4004426a;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
488 - pub const BIOCGDLT: ::c_ulong = 0x4004426a;
488 + pub const BIOCGDLT: c_ulong = 0x4004426a;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:489:24
    |
489 | pub const BIOCGETIF: ::c_ulong = 0x4020426b;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
489 - pub const BIOCGETIF: ::c_ulong = 0x4020426b;
489 + pub const BIOCGETIF: c_ulong = 0x4020426b;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:490:24
    |
490 | pub const BIOCSETIF: ::c_ulong = 0x8020426c;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
490 - pub const BIOCSETIF: ::c_ulong = 0x8020426c;
490 + pub const BIOCSETIF: c_ulong = 0x8020426c;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:491:25
    |
491 | pub const BIOCGSTATS: ::c_ulong = 0x4008426f;
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
491 - pub const BIOCGSTATS: ::c_ulong = 0x4008426f;
491 + pub const BIOCGSTATS: c_ulong = 0x4008426f;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:492:28
    |
492 | pub const BIOCIMMEDIATE: ::c_ulong = 0x80044270;
    |                            ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
492 - pub const BIOCIMMEDIATE: ::c_ulong = 0x80044270;
492 + pub const BIOCIMMEDIATE: c_ulong = 0x80044270;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:493:26
    |
493 | pub const BIOCVERSION: ::c_ulong = 0x40044271;
    |                          ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
493 - pub const BIOCVERSION: ::c_ulong = 0x40044271;
493 + pub const BIOCVERSION: c_ulong = 0x40044271;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:494:28
    |
494 | pub const BIOCGHDRCMPLT: ::c_ulong = 0x40044274;
    |                            ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
494 - pub const BIOCGHDRCMPLT: ::c_ulong = 0x40044274;
494 + pub const BIOCGHDRCMPLT: c_ulong = 0x40044274;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:495:28
    |
495 | pub const BIOCSHDRCMPLT: ::c_ulong = 0x80044275;
    |                            ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
495 - pub const BIOCSHDRCMPLT: ::c_ulong = 0x80044275;
495 + pub const BIOCSHDRCMPLT: c_ulong = 0x80044275;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:496:26
    |
496 | pub const SIOCGIFADDR: ::c_ulong = 0xc0206921;
    |                          ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
496 - pub const SIOCGIFADDR: ::c_ulong = 0xc0206921;
496 + pub const SIOCGIFADDR: c_ulong = 0xc0206921;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:614:50
    |
614 |     pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    |                                                  ^^^^^^
    |
help: a builtin type with a similar name exists
    |
614 |     pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int;
    |                                                  ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:616:22
    |
616 |     pub fn labs(i: ::c_long) -> ::c_long;
    |                      ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
616 -     pub fn labs(i: ::c_long) -> ::c_long;
616 +     pub fn labs(i: c_long) -> ::c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:616:35
    |
616 |     pub fn labs(i: ::c_long) -> ::c_long;
    |                                   ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
616 -     pub fn labs(i: ::c_long) -> ::c_long;
616 +     pub fn labs(i: ::c_long) -> c_long;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:631:36
    |
631 |     pub fn setlogin(name: *const ::c_char) -> ::c_int;
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
631 |     pub fn setlogin(name: *const ::c_schar) -> ::c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
631 -     pub fn setlogin(name: *const ::c_char) -> ::c_int;
631 +     pub fn setlogin(name: *const c_char) -> ::c_int;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:632:42
    |
632 |     pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    |                                          ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
632 -     pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
632 +     pub fn ioctl(fd: ::c_int, request: c_ulong, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:634:37
    |
634 |     pub fn unmount(target: *const ::c_char, arg: ::c_int) -> ::c_int;
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
634 |     pub fn unmount(target: *const ::c_schar, arg: ::c_int) -> ::c_int;
    |                                     ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
634 -     pub fn unmount(target: *const ::c_char, arg: ::c_int) -> ::c_int;
634 +     pub fn unmount(target: *const c_char, arg: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:643:38
    |
643 |     pub fn getprogname() -> *const ::c_char;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
643 |     pub fn getprogname() -> *const ::c_schar;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
643 -     pub fn getprogname() -> *const ::c_char;
643 +     pub fn getprogname() -> *const c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:644:39
    |
644 |     pub fn setprogname(name: *const ::c_char);
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
644 |     pub fn setprogname(name: *const ::c_schar);
    |                                       ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
644 -     pub fn setprogname(name: *const ::c_char);
644 +     pub fn setprogname(name: *const c_char);
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:661:27
    |
661 |         pattern: *const ::c_char,
    |                           ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
661 |         pattern: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
661 -         pattern: *const ::c_char,
661 +         pattern: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:663:57
    |
663 |         errfunc: ::Option ::c_int>,
    |                                                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
663 |         errfunc: ::Option ::c_int>,
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
663 -         errfunc: ::Option ::c_int>,
663 +         errfunc: ::Option ::c_int>,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:675:38
    |
675 |     pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
675 |     pub fn shm_unlink(name: *const ::c_schar) -> ::c_int;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
675 -     pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
675 +     pub fn shm_unlink(name: *const c_char) -> ::c_int;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:685:45
    |
685 |     pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    |                                             ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
685 -     pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
685 +     pub fn seekdir(dirp: *mut ::DIR, loc: c_long);
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:695:43
    |
695 |     pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    |                                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
695 -     pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
695 +     pub fn telldir(dirp: *mut ::DIR) -> c_long;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:717:38
    |
717 |     pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
717 |     pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
717 -     pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
717 +     pub fn mkstemps(template: *mut c_char, suffixlen: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:720:51
    |
720 |     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    |                                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
720 |     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar;
    |                                                   ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
720 -     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
720 +     pub fn nl_langinfo(item: ::nl_item) -> *mut c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:754:21
    |
754 |         buf: *mut ::c_char,
    |                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
754 |         buf: *mut ::c_schar,
    |                     ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
754 -         buf: *mut ::c_char,
754 +         buf: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:767:24
    |
767 |         name: *const ::c_char,
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
767 |         name: *const ::c_schar,
    |                        ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
767 -         name: *const ::c_char,
767 +         name: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:769:21
    |
769 |         buf: *mut ::c_char,
    |                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
769 |         buf: *mut ::c_schar,
    |                     ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
769 -         buf: *mut ::c_char,
769 +         buf: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:778:36
    |
778 |     pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
778 |     pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
778 -     pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
778 +     pub fn sem_open(name: *const c_char, oflag: ::c_int, ...) -> *mut sem_t;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:779:36
    |
779 |     pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
779 |     pub fn getgrnam(name: *const ::c_schar) -> *mut ::group;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
779 -     pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
779 +     pub fn getgrnam(name: *const c_char) -> *mut ::group;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:788:38
    |
788 |     pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
788 |     pub fn sem_unlink(name: *const ::c_schar) -> ::c_int;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
788 -     pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
788 +     pub fn sem_unlink(name: *const c_char) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:791:24
    |
791 |         name: *const ::c_char,
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
791 |         name: *const ::c_schar,
    |                        ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
791 -         name: *const ::c_char,
791 +         name: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:793:21
    |
793 |         buf: *mut ::c_char,
    |                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
793 |         buf: *mut ::c_schar,
    |                     ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
793 -         buf: *mut ::c_char,
793 +         buf: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:801:21
    |
801 |         buf: *mut ::c_char,
    |                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
801 |         buf: *mut ::c_schar,
    |                     ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
801 -         buf: *mut ::c_char,
801 +         buf: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:820:34
    |
820 |     pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    |                                  ^^^^^^
    |
help: a builtin type with a similar name exists
    |
820 |     pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE;
    |                                  ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:820:55
    |
820 |     pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    |                                                       ^^^^^^
    |
help: a builtin type with a similar name exists
    |
820 |     pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE;
    |                                                       ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:823:28
    |
823 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
823 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
823 -         pathname: *const ::c_char,
823 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:833:36
    |
833 |     pub fn acct(filename: *const ::c_char) -> ::c_int;
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
833 |     pub fn acct(filename: *const ::c_schar) -> ::c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
833 -     pub fn acct(filename: *const ::c_char) -> ::c_int;
833 +     pub fn acct(filename: *const c_char) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:863:58
    |
863 |     pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
    |                                                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
863 |     pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
863 -     pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
863 +     pub fn regcomp(preg: *mut regex_t, pattern: *const c_char, cflags: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:867:25
    |
867 |         input: *const ::c_char,
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
867 |         input: *const ::c_schar,
    |                         ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
867 -         input: *const ::c_char,
867 +         input: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:876:24
    |
876 |         errbuf: *mut ::c_char,
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
876 |         errbuf: *mut ::c_schar,
    |                        ~~~~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
876 -         errbuf: *mut ::c_char,
876 +         errbuf: *mut c_char,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:888:27
    |
888 |     pub fn lrand48() -> ::c_long;
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
888 -     pub fn lrand48() -> ::c_long;
888 +     pub fn lrand48() -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:889:49
    |
889 |     pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
    |                                                 ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
889 -     pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
889 +     pub fn nrand48(xseed: *mut ::c_ushort) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:890:27
    |
890 |     pub fn mrand48() -> ::c_long;
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
890 -     pub fn mrand48() -> ::c_long;
890 +     pub fn mrand48() -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:891:49
    |
891 |     pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
    |                                                 ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
891 -     pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
891 +     pub fn jrand48(xseed: *mut ::c_ushort) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:892:28
    |
892 |     pub fn srand48(seed: ::c_long);
    |                            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
910 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
892 -     pub fn srand48(seed: ::c_long);
892 +     pub fn srand48(seed: c_long);
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:897:27
    |
897 |         argv: *const *mut c_char,
    |                           ^^^^^^
    |
help: a builtin type with a similar name exists
    |
897 |         argv: *const *mut char,
    |                           ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/mod.rs:898:27
    |
898 |         optstring: *const c_char,
    |                           ^^^^^^
    |
help: a builtin type with a similar name exists
    |
898 |         optstring: *const char,
    |                           ~~~~
help: consider importing this type alias
    |
910 +         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:10:20
   |
10 | pub type nl_item = c_long;
   |                    ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
755+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:14:18
   |
14 | pub type key_t = c_long;
   |                  ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
755+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:617:23
    |
617 | pub const TIOCEXCL: ::c_ulong = 0x2000740d;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
617 - pub const TIOCEXCL: ::c_ulong = 0x2000740d;
617 + pub const TIOCEXCL: c_ulong = 0x2000740d;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:618:23
    |
618 | pub const TIOCNXCL: ::c_ulong = 0x2000740e;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
618 - pub const TIOCNXCL: ::c_ulong = 0x2000740e;
618 + pub const TIOCNXCL: c_ulong = 0x2000740e;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:619:24
    |
619 | pub const TIOCFLUSH: ::c_ulong = 0x80047410;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
619 - pub const TIOCFLUSH: ::c_ulong = 0x80047410;
619 + pub const TIOCFLUSH: c_ulong = 0x80047410;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:620:23
    |
620 | pub const TIOCGETA: ::c_ulong = 0x402c7413;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
620 - pub const TIOCGETA: ::c_ulong = 0x402c7413;
620 + pub const TIOCGETA: c_ulong = 0x402c7413;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:621:23
    |
621 | pub const TIOCSETA: ::c_ulong = 0x802c7414;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
621 - pub const TIOCSETA: ::c_ulong = 0x802c7414;
621 + pub const TIOCSETA: c_ulong = 0x802c7414;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:622:24
    |
622 | pub const TIOCSETAW: ::c_ulong = 0x802c7415;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
622 - pub const TIOCSETAW: ::c_ulong = 0x802c7415;
622 + pub const TIOCSETAW: c_ulong = 0x802c7415;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:623:24
    |
623 | pub const TIOCSETAF: ::c_ulong = 0x802c7416;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
623 - pub const TIOCSETAF: ::c_ulong = 0x802c7416;
623 + pub const TIOCSETAF: c_ulong = 0x802c7416;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:624:23
    |
624 | pub const TIOCGETD: ::c_ulong = 0x4004741a;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
624 - pub const TIOCGETD: ::c_ulong = 0x4004741a;
624 + pub const TIOCGETD: c_ulong = 0x4004741a;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:625:23
    |
625 | pub const TIOCSETD: ::c_ulong = 0x8004741b;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
625 - pub const TIOCSETD: ::c_ulong = 0x8004741b;
625 + pub const TIOCSETD: c_ulong = 0x8004741b;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:626:23
    |
626 | pub const TIOCMGET: ::c_ulong = 0x4004746a;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
626 - pub const TIOCMGET: ::c_ulong = 0x4004746a;
626 + pub const TIOCMGET: c_ulong = 0x4004746a;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:627:23
    |
627 | pub const TIOCMBIC: ::c_ulong = 0x8004746b;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
627 - pub const TIOCMBIC: ::c_ulong = 0x8004746b;
627 + pub const TIOCMBIC: c_ulong = 0x8004746b;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:628:23
    |
628 | pub const TIOCMBIS: ::c_ulong = 0x8004746c;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
628 - pub const TIOCMBIS: ::c_ulong = 0x8004746c;
628 + pub const TIOCMBIS: c_ulong = 0x8004746c;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:629:23
    |
629 | pub const TIOCMSET: ::c_ulong = 0x8004746d;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
629 - pub const TIOCMSET: ::c_ulong = 0x8004746d;
629 + pub const TIOCMSET: c_ulong = 0x8004746d;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:630:24
    |
630 | pub const TIOCSTART: ::c_ulong = 0x2000746e;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
630 - pub const TIOCSTART: ::c_ulong = 0x2000746e;
630 + pub const TIOCSTART: c_ulong = 0x2000746e;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:631:23
    |
631 | pub const TIOCSTOP: ::c_ulong = 0x2000746f;
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
631 - pub const TIOCSTOP: ::c_ulong = 0x2000746f;
631 + pub const TIOCSTOP: c_ulong = 0x2000746f;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:632:24
    |
632 | pub const TIOCSCTTY: ::c_ulong = 0x20007461;
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
632 - pub const TIOCSCTTY: ::c_ulong = 0x20007461;
632 + pub const TIOCSCTTY: c_ulong = 0x20007461;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:633:25
    |
633 | pub const TIOCGWINSZ: ::c_ulong = 0x40087468;
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
633 - pub const TIOCGWINSZ: ::c_ulong = 0x40087468;
633 + pub const TIOCGWINSZ: c_ulong = 0x40087468;
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:634:25
    |
634 | pub const TIOCSWINSZ: ::c_ulong = 0x80087467;
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
634 - pub const TIOCSWINSZ: ::c_ulong = 0x80087467;
634 + pub const TIOCSWINSZ: c_ulong = 0x80087467;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:662:68
    |
662 |     pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    |                                                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
662 |     pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_schar) -> ::c_int;
    |                                                                    ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
662 -     pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
662 +     pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut c_char) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:670:36
    |
670 |     pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
670 |     pub fn shm_open(name: *const ::c_schar, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
670 -     pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
670 +     pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:672:38
    |
672 |     pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
672 |     pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
672 -     pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
672 +     pub fn mkostemp(template: *mut c_char, flags: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:673:39
    |
673 |     pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
673 |     pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    |                                       ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
673 -     pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
673 +     pub fn mkostemps(template: *mut c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:680:24
    |
680 |         path: *const ::c_char,
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
680 |         path: *const ::c_schar,
    |                        ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
680 -         path: *const ::c_char,
680 +         path: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:691:28
    |
691 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
691 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
691 -         pathname: *const ::c_char,
691 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:695:56
    |
695 |     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    |                                                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
695 |     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
695 -     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
695 +     pub fn mkfifoat(dirfd: ::c_int, pathname: *const c_char, mode: ::mode_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:702:39
    |
702 |     pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
702 |     pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
    |                                       ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
702 -     pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
702 +     pub fn sethostname(name: *const c_char, len: ::size_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:725:24
    |
725 |         name: *const ::c_char,
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
725 |         name: *const ::c_schar,
    |                        ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
725 -         name: *const ::c_char,
725 +         name: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:730:38
    |
730 |     pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
    |                                      ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
730 |     pub fn initgroups(name: *const ::c_schar, basegid: ::gid_t) -> ::c_int;
    |                                      ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
730 -     pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
730 +     pub fn initgroups(name: *const c_char, basegid: ::gid_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:731:39
    |
731 |     pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
731 |     pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
    |                                       ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
731 -     pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
731 +     pub fn getdomainname(name: *mut c_char, len: ::size_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:732:41
    |
732 |     pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    |                                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
732 |     pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
    |                                         ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
732 -     pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
732 +     pub fn setdomainname(name: *const c_char, len: ::size_t) -> ::c_int;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:743:29
    |
743 |     pub fn gethostid() -> ::c_long;
    |                             ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
743 -     pub fn gethostid() -> ::c_long;
743 +     pub fn gethostid() -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:744:32
    |
744 |     pub fn sethostid(hostid: ::c_long) -> ::c_int;
    |                                ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
755 +         use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
744 -     pub fn sethostid(hostid: ::c_long) -> ::c_int;
744 +     pub fn sethostid(hostid: c_long) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:745:32
    |
745 |     pub fn ftok(path: *const ::c_char, id: ::c_int) -> ::key_t;
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
745 |     pub fn ftok(path: *const ::c_schar, id: ::c_int) -> ::key_t;
    |                                ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
745 -     pub fn ftok(path: *const ::c_char, id: ::c_int) -> ::key_t;
745 +     pub fn ftok(path: *const c_char, id: ::c_int) -> ::key_t;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:747:33
    |
747 |     pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
747 |     pub fn dirname(path: *mut ::c_schar) -> *mut ::c_char;
    |                                 ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
747 -     pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
747 +     pub fn dirname(path: *mut c_char) -> *mut ::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:747:51
    |
747 |     pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
    |                                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
747 |     pub fn dirname(path: *mut ::c_char) -> *mut ::c_schar;
    |                                                   ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
747 -     pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
747 +     pub fn dirname(path: *mut ::c_char) -> *mut c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:748:34
    |
748 |     pub fn basename(path: *mut ::c_char) -> *mut ::c_char;
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
748 |     pub fn basename(path: *mut ::c_schar) -> *mut ::c_char;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
748 -     pub fn basename(path: *mut ::c_char) -> *mut ::c_char;
748 +     pub fn basename(path: *mut c_char) -> *mut ::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/mod.rs:748:52
    |
748 |     pub fn basename(path: *mut ::c_char) -> *mut ::c_char;
    |                                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
748 |     pub fn basename(path: *mut ::c_char) -> *mut ::c_schar;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
755 +         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
748 -     pub fn basename(path: *mut ::c_char) -> *mut ::c_char;
748 +     pub fn basename(path: *mut ::c_char) -> *mut c_char;
    |

error[E0412]: cannot find type `__cpu_simple_lock_nv_t` in this scope
 --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:9:25
  |
9 | type __pthread_spin_t = __cpu_simple_lock_nv_t;
  |                         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:114:37
    |
114 |         pub gl_pathv:   *mut *mut ::c_char,
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
114 |         pub gl_pathv:   *mut *mut ::c_schar,
    |                                     ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
114 -         pub gl_pathv:   *mut *mut ::c_char,
114 +         pub gl_pathv:   *mut *mut c_char,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:126:25
    |
126 |         pub mq_flags: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
126 -         pub mq_flags: ::c_long,
126 +         pub mq_flags: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:127:26
    |
127 |         pub mq_maxmsg: ::c_long,
    |                          ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
127 -         pub mq_maxmsg: ::c_long,
127 +         pub mq_maxmsg: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:128:27
    |
128 |         pub mq_msgsize: ::c_long,
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
128 -         pub mq_msgsize: ::c_long,
128 +         pub mq_msgsize: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:129:27
    |
129 |         pub mq_curmsgs: ::c_long,
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
129 -         pub mq_curmsgs: ::c_long,
129 +         pub mq_curmsgs: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:150:29
    |
150 |         pub st_atimensec: ::c_long,
    |                             ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
150 -         pub st_atimensec: ::c_long,
150 +         pub st_atimensec: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:152:29
    |
152 |         pub st_mtimensec: ::c_long,
    |                             ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
152 -         pub st_mtimensec: ::c_long,
152 +         pub st_mtimensec: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:154:29
    |
154 |         pub st_ctimensec: ::c_long,
    |                             ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
154 -         pub st_ctimensec: ::c_long,
154 +         pub st_ctimensec: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:156:33
    |
156 |         pub st_birthtimensec: ::c_long,
    |                                 ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
156 -         pub st_birthtimensec: ::c_long,
156 +         pub st_birthtimensec: c_long,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:171:34
    |
171 |         pub ai_canonname: *mut ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
171 |         pub ai_canonname: *mut ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
171 -         pub ai_canonname: *mut ::c_char,
171 +         pub ai_canonname: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:271:33
    |
271 |         pub dli_fname: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
271 |         pub dli_fname: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
271 -         pub dli_fname: *const ::c_char,
271 +         pub dli_fname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:273:33
    |
273 |         pub dli_sname: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
273 |         pub dli_sname: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
273 -         pub dli_sname: *const ::c_char,
273 +         pub dli_sname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:278:35
    |
278 |         pub decimal_point: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
278 |         pub decimal_point: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
278 -         pub decimal_point: *mut ::c_char,
278 +         pub decimal_point: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:279:35
    |
279 |         pub thousands_sep: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
279 |         pub thousands_sep: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
279 -         pub thousands_sep: *mut ::c_char,
279 +         pub thousands_sep: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:280:30
    |
280 |         pub grouping: *mut ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
280 |         pub grouping: *mut ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
280 -         pub grouping: *mut ::c_char,
280 +         pub grouping: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:281:37
    |
281 |         pub int_curr_symbol: *mut ::c_char,
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
281 |         pub int_curr_symbol: *mut ::c_schar,
    |                                     ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
281 -         pub int_curr_symbol: *mut ::c_char,
281 +         pub int_curr_symbol: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:282:37
    |
282 |         pub currency_symbol: *mut ::c_char,
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
282 |         pub currency_symbol: *mut ::c_schar,
    |                                     ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
282 -         pub currency_symbol: *mut ::c_char,
282 +         pub currency_symbol: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:283:39
    |
283 |         pub mon_decimal_point: *mut ::c_char,
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
283 |         pub mon_decimal_point: *mut ::c_schar,
    |                                       ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
283 -         pub mon_decimal_point: *mut ::c_char,
283 +         pub mon_decimal_point: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:284:39
    |
284 |         pub mon_thousands_sep: *mut ::c_char,
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
284 |         pub mon_thousands_sep: *mut ::c_schar,
    |                                       ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
284 -         pub mon_thousands_sep: *mut ::c_char,
284 +         pub mon_thousands_sep: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:285:34
    |
285 |         pub mon_grouping: *mut ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
285 |         pub mon_grouping: *mut ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
285 -         pub mon_grouping: *mut ::c_char,
285 +         pub mon_grouping: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:286:35
    |
286 |         pub positive_sign: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
286 |         pub positive_sign: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
286 -         pub positive_sign: *mut ::c_char,
286 +         pub positive_sign: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:287:35
    |
287 |         pub negative_sign: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
287 |         pub negative_sign: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
287 -         pub negative_sign: *mut ::c_char,
287 +         pub negative_sign: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:288:32
    |
288 |         pub int_frac_digits: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
288 |         pub int_frac_digits: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
288 -         pub int_frac_digits: ::c_char,
288 +         pub int_frac_digits: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:289:28
    |
289 |         pub frac_digits: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
289 |         pub frac_digits: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
289 -         pub frac_digits: ::c_char,
289 +         pub frac_digits: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:290:30
    |
290 |         pub p_cs_precedes: ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
290 |         pub p_cs_precedes: ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
290 -         pub p_cs_precedes: ::c_char,
290 +         pub p_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:291:31
    |
291 |         pub p_sep_by_space: ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
291 |         pub p_sep_by_space: ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
291 -         pub p_sep_by_space: ::c_char,
291 +         pub p_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:292:30
    |
292 |         pub n_cs_precedes: ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
292 |         pub n_cs_precedes: ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
292 -         pub n_cs_precedes: ::c_char,
292 +         pub n_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:293:31
    |
293 |         pub n_sep_by_space: ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
293 |         pub n_sep_by_space: ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
293 -         pub n_sep_by_space: ::c_char,
293 +         pub n_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:294:28
    |
294 |         pub p_sign_posn: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
294 |         pub p_sign_posn: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
294 -         pub p_sign_posn: ::c_char,
294 +         pub p_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:295:28
    |
295 |         pub n_sign_posn: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
295 |         pub n_sign_posn: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
295 -         pub n_sign_posn: ::c_char,
295 +         pub n_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:296:34
    |
296 |         pub int_p_cs_precedes: ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
296 |         pub int_p_cs_precedes: ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
296 -         pub int_p_cs_precedes: ::c_char,
296 +         pub int_p_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:297:34
    |
297 |         pub int_n_cs_precedes: ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
297 |         pub int_n_cs_precedes: ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
297 -         pub int_n_cs_precedes: ::c_char,
297 +         pub int_n_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:298:35
    |
298 |         pub int_p_sep_by_space: ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
298 |         pub int_p_sep_by_space: ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
298 -         pub int_p_sep_by_space: ::c_char,
298 +         pub int_p_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:299:35
    |
299 |         pub int_n_sep_by_space: ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
299 |         pub int_n_sep_by_space: ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
299 -         pub int_n_sep_by_space: ::c_char,
299 +         pub int_n_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:300:32
    |
300 |         pub int_p_sign_posn: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
300 |         pub int_p_sign_posn: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
300 -         pub int_p_sign_posn: ::c_char,
300 +         pub int_p_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:301:32
    |
301 |         pub int_n_sign_posn: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
301 |         pub int_n_sign_posn: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
301 -         pub int_n_sign_posn: ::c_char,
301 +         pub int_n_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:368:26
    |
368 |         pub sdl_data: [::c_char; 12],
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
368 |         pub sdl_data: [::c_schar; 12],
    |                          ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
368 -         pub sdl_data: [::c_char; 12],
368 +         pub sdl_data: [c_char; 12],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:394:25
    |
394 |         pub ut_line: [::c_char; UT_LINESIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
394 |         pub ut_line: [::c_schar; UT_LINESIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
394 -         pub ut_line: [::c_char; UT_LINESIZE],
394 +         pub ut_line: [c_char; UT_LINESIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:395:25
    |
395 |         pub ut_name: [::c_char; UT_NAMESIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
395 |         pub ut_name: [::c_schar; UT_NAMESIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
395 -         pub ut_name: [::c_char; UT_NAMESIZE],
395 +         pub ut_name: [c_char; UT_NAMESIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:396:25
    |
396 |         pub ut_host: [::c_char; UT_HOSTSIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
396 |         pub ut_host: [::c_schar; UT_HOSTSIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
396 -         pub ut_host: [::c_char; UT_HOSTSIZE],
396 +         pub ut_host: [c_char; UT_HOSTSIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:401:25
    |
401 |         pub ll_line: [::c_char; UT_LINESIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
401 |         pub ll_line: [::c_schar; UT_LINESIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
401 -         pub ll_line: [::c_char; UT_LINESIZE],
401 +         pub ll_line: [c_char; UT_LINESIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:402:25
    |
402 |         pub ll_host: [::c_char; UT_HOSTSIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
402 |         pub ll_host: [::c_schar; UT_HOSTSIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
402 -         pub ll_host: [::c_char; UT_HOSTSIZE],
402 +         pub ll_host: [c_char; UT_HOSTSIZE],
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:408:23
    |
408 |         pub offset: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
408 -         pub offset: ::c_long,
408 +         pub offset: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:409:21
    |
409 |         pub freq: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
409 -         pub freq: ::c_long,
409 +         pub freq: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:410:25
    |
410 |         pub maxerror: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
410 -         pub maxerror: ::c_long,
410 +         pub maxerror: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:411:25
    |
411 |         pub esterror: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
411 -         pub esterror: ::c_long,
411 +         pub esterror: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:413:25
    |
413 |         pub constant: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
413 -         pub constant: ::c_long,
413 +         pub constant: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:414:26
    |
414 |         pub precision: ::c_long,
    |                          ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
414 -         pub precision: ::c_long,
414 +         pub precision: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:415:26
    |
415 |         pub tolerance: ::c_long,
    |                          ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
415 -         pub tolerance: ::c_long,
415 +         pub tolerance: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:416:24
    |
416 |         pub ppsfreq: ::c_long,
    |                        ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
416 -         pub ppsfreq: ::c_long,
416 +         pub ppsfreq: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:417:23
    |
417 |         pub jitter: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
417 -         pub jitter: ::c_long,
417 +         pub jitter: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:419:23
    |
419 |         pub stabil: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
419 -         pub stabil: ::c_long,
419 +         pub stabil: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:420:23
    |
420 |         pub jitcnt: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
420 -         pub jitcnt: ::c_long,
420 +         pub jitcnt: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:421:23
    |
421 |         pub calcnt: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
421 -         pub calcnt: ::c_long,
421 +         pub calcnt: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:422:23
    |
422 |         pub errcnt: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
422 -         pub errcnt: ::c_long,
422 +         pub errcnt: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:423:23
    |
423 |         pub stbcnt: ::c_long,
    |                       ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
423 -         pub stbcnt: ::c_long,
423 +         pub stbcnt: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:428:25
    |
428 |         pub maxerror: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
428 -         pub maxerror: ::c_long,
428 +         pub maxerror: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:429:25
    |
429 |         pub esterror: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
429 -         pub esterror: ::c_long,
429 +         pub esterror: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:430:20
    |
430 |         pub tai: ::c_long,
    |                    ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
430 -         pub tai: ::c_long,
430 +         pub tai: c_long,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:472:33
    |
472 |         pub dlpi_name: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
472 |         pub dlpi_name: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
472 -         pub dlpi_name: *const ::c_char,
472 +         pub dlpi_name: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:486:25
    |
486 |         pub af_name: [::c_char; 16],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
486 |         pub af_name: [::c_schar; 16],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
486 -         pub af_name: [::c_char; 16],
486 +         pub af_name: [c_char; 16],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:487:21
    |
487 |         af_arg: [[::c_char; 10]; 24],
    |                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
487 |         af_arg: [[::c_schar; 10]; 24],
    |                     ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
487 -         af_arg: [[::c_char; 10]; 24],
487 +         af_arg: [[c_char; 10]; 24],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:548:24
    |
548 |         pub p_comm: [::c_char; KI_MAXCOMLEN as usize],
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
548 |         pub p_comm: [::c_schar; KI_MAXCOMLEN as usize],
    |                        ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
548 -         pub p_comm: [::c_char; KI_MAXCOMLEN as usize],
548 +         pub p_comm: [c_char; KI_MAXCOMLEN as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:549:25
    |
549 |         pub p_wmesg: [::c_char; KI_WMESGLEN as usize],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
549 |         pub p_wmesg: [::c_schar; KI_WMESGLEN as usize],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
549 -         pub p_wmesg: [::c_char; KI_WMESGLEN as usize],
549 +         pub p_wmesg: [c_char; KI_WMESGLEN as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:551:25
    |
551 |         pub p_login: [::c_char; KI_MAXLOGNAME as usize],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
551 |         pub p_login: [::c_schar; KI_MAXLOGNAME as usize],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
551 -         pub p_login: [::c_char; KI_MAXLOGNAME as usize],
551 +         pub p_login: [c_char; KI_MAXLOGNAME as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:586:25
    |
586 |         pub p_ename: [::c_char; KI_MAXEMULLEN as usize],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
586 |         pub p_ename: [::c_schar; KI_MAXEMULLEN as usize],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
586 -         pub p_ename: [::c_char; KI_MAXEMULLEN as usize],
586 +         pub p_ename: [c_char; KI_MAXEMULLEN as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:607:25
    |
607 |         pub l_wmesg: [::c_char; KI_WMESGLEN as usize],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
607 |         pub l_wmesg: [::c_schar; KI_WMESGLEN as usize],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
607 -         pub l_wmesg: [::c_char; KI_WMESGLEN as usize],
607 +         pub l_wmesg: [c_char; KI_WMESGLEN as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:615:24
    |
615 |         pub l_name: [::c_char; KI_LNAMELEN as usize],
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
615 |         pub l_name: [::c_schar; KI_LNAMELEN as usize],
    |                        ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
615 -         pub l_name: [::c_char; KI_LNAMELEN as usize],
615 +         pub l_name: [c_char; KI_LNAMELEN as usize],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:638:27
    |
638 |         pub kve_path: [[::c_char; 32]; 32],
    |                           ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
638 |         pub kve_path: [[::c_schar; 32]; 32],
    |                           ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
638 -         pub kve_path: [[::c_char; 32]; 32],
638 +         pub kve_path: [[c_char; 32]; 32],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:642:26
    |
642 |         pub path: *mut ::c_char,
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
642 |         pub path: *mut ::c_schar,
    |                          ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
642 -         pub path: *mut ::c_char,
642 +         pub path: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:683:25
    |
683 |         pub pl_name: [::c_char; 20],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
683 |         pub pl_name: [::c_schar; 20],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
683 -         pub pl_name: [::c_char; 20],
683 +         pub pl_name: [c_char; 20],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:700:27
    |
700 |         pub descr_str: [::c_char; 1],
    |                           ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
700 |         pub descr_str: [::c_schar; 1],
    |                           ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
700 -         pub descr_str: [::c_char; 1],
700 +         pub descr_str: [c_char; 1],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:704:24
    |
704 |         pub _priv: [[::c_char; 6]; 24],
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
704 |         pub _priv: [[::c_schar; 6]; 24],
    |                        ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
704 -         pub _priv: [[::c_char; 6]; 24],
704 +         pub _priv: [[c_char; 6]; 24],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:760:25
    |
760 |         pub ut_name: [::c_char; _UTX_USERSIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
760 |         pub ut_name: [::c_schar; _UTX_USERSIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
760 -         pub ut_name: [::c_char; _UTX_USERSIZE],
760 +         pub ut_name: [c_char; _UTX_USERSIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:761:23
    |
761 |         pub ut_id: [::c_char; _UTX_IDSIZE],
    |                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
761 |         pub ut_id: [::c_schar; _UTX_IDSIZE],
    |                       ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
761 -         pub ut_id: [::c_char; _UTX_IDSIZE],
761 +         pub ut_id: [c_char; _UTX_IDSIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:762:25
    |
762 |         pub ut_line: [::c_char; _UTX_LINESIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
762 |         pub ut_line: [::c_schar; _UTX_LINESIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
762 -         pub ut_line: [::c_char; _UTX_LINESIZE],
762 +         pub ut_line: [c_char; _UTX_LINESIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:763:25
    |
763 |         pub ut_host: [::c_char; _UTX_HOSTSIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
763 |         pub ut_host: [::c_schar; _UTX_HOSTSIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
763 -         pub ut_host: [::c_char; _UTX_HOSTSIZE],
763 +         pub ut_host: [c_char; _UTX_HOSTSIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:775:25
    |
775 |         pub ll_line: [::c_char; _UTX_LINESIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
775 |         pub ll_line: [::c_schar; _UTX_LINESIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
775 -         pub ll_line: [::c_char; _UTX_LINESIZE],
775 +         pub ll_line: [c_char; _UTX_LINESIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:776:25
    |
776 |         pub ll_host: [::c_char; _UTX_HOSTSIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
776 |         pub ll_host: [::c_schar; _UTX_HOSTSIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
776 -         pub ll_host: [::c_char; _UTX_HOSTSIZE],
776 +         pub ll_host: [c_char; _UTX_HOSTSIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:815:24
    |
815 |         pub d_name: [::c_char; 512],
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
815 |         pub d_name: [::c_schar; 512],
    |                        ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
815 -         pub d_name: [::c_char; 512],
815 +         pub d_name: [c_char; 512],
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:819:23
    |
819 |         pub f_flag: ::c_ulong,
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
819 -         pub f_flag: ::c_ulong,
819 +         pub f_flag: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:820:24
    |
820 |         pub f_bsize: ::c_ulong,
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
820 -         pub f_bsize: ::c_ulong,
820 +         pub f_bsize: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:821:25
    |
821 |         pub f_frsize: ::c_ulong,
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
821 -         pub f_frsize: ::c_ulong,
821 +         pub f_frsize: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:822:25
    |
822 |         pub f_iosize: ::c_ulong,
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
822 -         pub f_iosize: ::c_ulong,
822 +         pub f_iosize: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:841:23
    |
841 |         pub f_fsid: ::c_ulong,
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
841 -         pub f_fsid: ::c_ulong,
841 +         pub f_fsid: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:842:26
    |
842 |         pub f_namemax: ::c_ulong,
    |                          ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
842 -         pub f_namemax: ::c_ulong,
842 +         pub f_namemax: c_ulong,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:847:30
    |
847 |         pub f_fstypename: [::c_char; 32],
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
847 |         pub f_fstypename: [::c_schar; 32],
    |                              ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
847 -         pub f_fstypename: [::c_char; 32],
847 +         pub f_fstypename: [c_char; 32],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:848:29
    |
848 |         pub f_mntonname: [::c_char; 1024],
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
848 |         pub f_mntonname: [::c_schar; 1024],
    |                             ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
848 -         pub f_mntonname: [::c_char; 1024],
848 +         pub f_mntonname: [c_char; 1024],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:849:31
    |
849 |         pub f_mntfromname: [::c_char; 1024],
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
849 |         pub f_mntfromname: [::c_schar; 1024],
    |                               ~~~~~~~
help: consider importing this type alias
    |
1   + use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
849 -         pub f_mntfromname: [::c_char; 1024],
849 +         pub f_mntfromname: [c_char; 1024],
    |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1831:24
     |
1831 | pub const ST_NOSUID: ::c_ulong = 8;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1831 - pub const ST_NOSUID: ::c_ulong = 8;
1831 + pub const ST_NOSUID: c_ulong = 8;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1833:24
     |
1833 | pub const BIOCGRSIG: ::c_ulong = 0x40044272;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1833 - pub const BIOCGRSIG: ::c_ulong = 0x40044272;
1833 + pub const BIOCGRSIG: c_ulong = 0x40044272;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1834:24
     |
1834 | pub const BIOCSRSIG: ::c_ulong = 0x80044273;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1834 - pub const BIOCSRSIG: ::c_ulong = 0x80044273;
1834 + pub const BIOCSRSIG: c_ulong = 0x80044273;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1835:23
     |
1835 | pub const BIOCSDLT: ::c_ulong = 0x80044278;
     |                       ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1835 - pub const BIOCSDLT: ::c_ulong = 0x80044278;
1835 + pub const BIOCSDLT: c_ulong = 0x80044278;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1836:27
     |
1836 | pub const BIOCGSEESENT: ::c_ulong = 0x40044276;
     |                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1836 - pub const BIOCGSEESENT: ::c_ulong = 0x40044276;
1836 + pub const BIOCGSEESENT: c_ulong = 0x40044276;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1837:27
     |
1837 | pub const BIOCSSEESENT: ::c_ulong = 0x80044277;
     |                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
1837 - pub const BIOCSSEESENT: ::c_ulong = 0x80044277;
1837 + pub const BIOCSSEESENT: c_ulong = 0x80044277;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1861:23
     |
1861 | pub const MAXPHASE: ::c_long = 500000000;
     |                       ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
1861 - pub const MAXPHASE: ::c_long = 500000000;
1861 + pub const MAXPHASE: c_long = 500000000;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1862:22
     |
1862 | pub const MAXFREQ: ::c_long = 500000;
     |                      ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
1862 - pub const MAXFREQ: ::c_long = 500000;
1862 + pub const MAXFREQ: c_long = 500000;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:1865:25
     |
1865 | pub const NANOSECOND: ::c_long = 1000000000;
     |                         ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
1865 - pub const NANOSECOND: ::c_long = 1000000000;
1865 + pub const NANOSECOND: c_long = 1000000000;
     |

error[E0412]: cannot find type `c_long` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2243:23
     |
2243 | pub const UTIME_OMIT: c_long = 1073741822;
     |                       ^^^^^^ not found in this scope
     |
help: consider importing this type alias
     |
1    + use ffi::c_long;
     |

error[E0412]: cannot find type `c_long` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2244:22
     |
2244 | pub const UTIME_NOW: c_long = 1073741823;
     |                      ^^^^^^ not found in this scope
     |
help: consider importing this type alias
     |
1    + use ffi::c_long;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2285:26
     |
2285 | pub const OFIOGETBMAP: ::c_ulong = 0xc004667a;
     |                          ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2285 - pub const OFIOGETBMAP: ::c_ulong = 0xc004667a;
2285 + pub const OFIOGETBMAP: c_ulong = 0xc004667a;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2286:25
     |
2286 | pub const FIOGETBMAP: ::c_ulong = 0xc008667a;
     |                         ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2286 - pub const FIOGETBMAP: ::c_ulong = 0xc008667a;
2286 + pub const FIOGETBMAP: c_ulong = 0xc008667a;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2287:24
     |
2287 | pub const FIONWRITE: ::c_ulong = 0x40046679;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2287 - pub const FIONWRITE: ::c_ulong = 0x40046679;
2287 + pub const FIONWRITE: c_ulong = 0x40046679;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2288:24
     |
2288 | pub const FIONSPACE: ::c_ulong = 0x40046678;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2288 - pub const FIONSPACE: ::c_ulong = 0x40046678;
2288 + pub const FIONSPACE: c_ulong = 0x40046678;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2289:21
     |
2289 | pub const FIBMAP: ::c_ulong = 0xc008667a;
     |                     ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2289 - pub const FIBMAP: ::c_ulong = 0xc008667a;
2289 + pub const FIBMAP: c_ulong = 0xc008667a;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2322:24
     |
2322 | pub const SF_APPEND: ::c_ulong = 0x00040000;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2322 - pub const SF_APPEND: ::c_ulong = 0x00040000;
2322 + pub const SF_APPEND: c_ulong = 0x00040000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2323:26
     |
2323 | pub const SF_ARCHIVED: ::c_ulong = 0x00010000;
     |                          ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2323 - pub const SF_ARCHIVED: ::c_ulong = 0x00010000;
2323 + pub const SF_ARCHIVED: c_ulong = 0x00010000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2324:27
     |
2324 | pub const SF_IMMUTABLE: ::c_ulong = 0x00020000;
     |                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2324 - pub const SF_IMMUTABLE: ::c_ulong = 0x00020000;
2324 + pub const SF_IMMUTABLE: c_ulong = 0x00020000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2325:21
     |
2325 | pub const SF_LOG: ::c_ulong = 0x00400000;
     |                     ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2325 - pub const SF_LOG: ::c_ulong = 0x00400000;
2325 + pub const SF_LOG: c_ulong = 0x00400000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2326:26
     |
2326 | pub const SF_SETTABLE: ::c_ulong = 0xffff0000;
     |                          ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2326 - pub const SF_SETTABLE: ::c_ulong = 0xffff0000;
2326 + pub const SF_SETTABLE: c_ulong = 0xffff0000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2327:27
     |
2327 | pub const SF_SNAPINVAL: ::c_ulong = 0x00800000;
     |                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2327 - pub const SF_SNAPINVAL: ::c_ulong = 0x00800000;
2327 + pub const SF_SNAPINVAL: c_ulong = 0x00800000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2328:26
     |
2328 | pub const SF_SNAPSHOT: ::c_ulong = 0x00200000;
     |                          ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2328 - pub const SF_SNAPSHOT: ::c_ulong = 0x00200000;
2328 + pub const SF_SNAPSHOT: c_ulong = 0x00200000;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2329:24
     |
2329 | pub const UF_APPEND: ::c_ulong = 0x00000004;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2329 - pub const UF_APPEND: ::c_ulong = 0x00000004;
2329 + pub const UF_APPEND: c_ulong = 0x00000004;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2330:27
     |
2330 | pub const UF_IMMUTABLE: ::c_ulong = 0x00000002;
     |                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2330 - pub const UF_IMMUTABLE: ::c_ulong = 0x00000002;
2330 + pub const UF_IMMUTABLE: c_ulong = 0x00000002;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2331:24
     |
2331 | pub const UF_NODUMP: ::c_ulong = 0x00000001;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2331 - pub const UF_NODUMP: ::c_ulong = 0x00000001;
2331 + pub const UF_NODUMP: c_ulong = 0x00000001;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2332:24
     |
2332 | pub const UF_OPAQUE: ::c_ulong = 0x00000008;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2332 - pub const UF_OPAQUE: ::c_ulong = 0x00000008;
2332 + pub const UF_OPAQUE: c_ulong = 0x00000008;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2333:26
     |
2333 | pub const UF_SETTABLE: ::c_ulong = 0x0000ffff;
     |                          ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2333 - pub const UF_SETTABLE: ::c_ulong = 0x0000ffff;
2333 + pub const UF_SETTABLE: c_ulong = 0x0000ffff;
     |

error[E0425]: cannot find value `_ALIGNBYTES` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2418:14
     |
2418 |         (p + _ALIGNBYTES) & !_ALIGNBYTES
     |              ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find value `_ALIGNBYTES` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2418:30
     |
2418 |         (p + _ALIGNBYTES) & !_ALIGNBYTES
     |                              ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2531:35
     |
2531 |     pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2531 |     pub fn chflags(path: *const ::c_schar, flags: ::c_ulong) -> ::c_int;
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2531 -     pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
2531 +     pub fn chflags(path: *const c_char, flags: ::c_ulong) -> ::c_int;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2531:52
     |
2531 |     pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
     |                                                    ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2531 -     pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
2531 +     pub fn chflags(path: *const ::c_char, flags: c_ulong) -> ::c_int;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2532:43
     |
2532 |     pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int;
     |                                           ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2532 -     pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int;
2532 +     pub fn fchflags(fd: ::c_int, flags: c_ulong) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2533:36
     |
2533 |     pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2533 |     pub fn lchflags(path: *const ::c_schar, flags: ::c_ulong) -> ::c_int;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2533 -     pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
2533 +     pub fn lchflags(path: *const c_char, flags: ::c_ulong) -> ::c_int;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2533:53
     |
2533 |     pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
     |                                                     ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2533 -     pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
2533 +     pub fn lchflags(path: *const ::c_char, flags: c_ulong) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2536:24
     |
2536 |         file: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2536 |         file: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2536 -         file: *const ::c_char,
2536 +         file: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2537:31
     |
2537 |         argv: *const *const ::c_char,
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2537 |         argv: *const *const ::c_schar,
     |                               ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2537 -         argv: *const *const ::c_char,
2537 +         argv: *const *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2538:31
     |
2538 |         envp: *const *const ::c_char,
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2538 |         envp: *const *const ::c_schar,
     |                               ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2538 -         envp: *const *const ::c_char,
2538 +         envp: *const *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2548:24
     |
2548 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2548 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2548 -         path: *const ::c_char,
2548 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2554:24
     |
2554 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2554 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2554 -         path: *const ::c_char,
2554 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2562:28
     |
2562 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2562 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2562 -         attrname: *const ::c_char,
2562 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2565:24
     |
2565 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2565 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2565 -         path: *const ::c_char,
2565 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2567:28
     |
2567 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2567 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2567 -         attrname: *const ::c_char,
2567 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2570:24
     |
2570 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2570 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2570 -         path: *const ::c_char,
2570 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2572:28
     |
2572 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2572 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2572 -         attrname: *const ::c_char,
2572 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2577:28
     |
2577 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2577 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2577 -         attrname: *const ::c_char,
2577 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2582:24
     |
2582 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2582 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2582 -         path: *const ::c_char,
2582 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2584:28
     |
2584 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2584 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2584 -         attrname: *const ::c_char,
2584 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2589:24
     |
2589 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2589 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2589 -         path: *const ::c_char,
2589 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2591:28
     |
2591 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2591 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2591 -         attrname: *const ::c_char,
2591 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2597:29
     |
2597 |         string: *mut *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2597 |         string: *mut *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2597 -         string: *mut *mut ::c_char,
2597 +         string: *mut *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2602:28
     |
2602 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2602 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2602 -         attrname: *const ::c_char,
2602 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2607:24
     |
2607 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2607 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2607 -         path: *const ::c_char,
2607 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2609:28
     |
2609 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2609 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2609 -         attrname: *const ::c_char,
2609 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2614:24
     |
2614 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2614 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2614 -         path: *const ::c_char,
2614 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2616:28
     |
2616 |         attrname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2616 |         attrname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2616 -         attrname: *const ::c_char,
2616 +         attrname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2621:26
     |
2621 |         string: *const ::c_char,
     |                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2621 |         string: *const ::c_schar,
     |                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2621 -         string: *const ::c_char,
2621 +         string: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2628:22
     |
2628 |         name: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2628 |         name: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2628 -         name: *mut ::c_char,
2628 +         name: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2634:22
     |
2634 |         name: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2634 |         name: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2634 -         name: *mut ::c_char,
2634 +         name: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2640:35
     |
2640 |     pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2640 |     pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int;
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2640 -     pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
2640 +     pub fn lutimes(file: *const c_char, times: *const ::timeval) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2646:22
     |
2646 |         host: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2646 |         host: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2646 -         host: *mut ::c_char,
2646 +         host: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2648:22
     |
2648 |         serv: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2648 |         serv: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2648 -         serv: *mut ::c_char,
2648 +         serv: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2662:24
     |
2662 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2662 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2662 -         name: *const ::c_char,
2662 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2679:23
     |
2679 |         src: *const ::c_char,
     |                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2679 |         src: *const ::c_schar,
     |                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2679 -         src: *const ::c_char,
2679 +         src: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2680:26
     |
2680 |         target: *const ::c_char,
     |                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2680 |         target: *const ::c_schar,
     |                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2680 -         target: *const ::c_char,
2680 +         target: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2685:35
     |
2685 |     pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2685 |     pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t;
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2685 -     pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
2685 +     pub fn mq_open(name: *const c_char, oflag: ::c_int, ...) -> ::mqd_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2691:25
     |
2691 |         msg_ptr: *mut ::c_char,
     |                         ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2691 |         msg_ptr: *mut ::c_schar,
     |                         ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2691 -         msg_ptr: *mut ::c_char,
2691 +         msg_ptr: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2697:27
     |
2697 |         msg_ptr: *const ::c_char,
     |                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2697 |         msg_ptr: *const ::c_schar,
     |                           ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2697 -         msg_ptr: *const ::c_char,
2697 +         msg_ptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2705:25
     |
2705 |         msg_ptr: *mut ::c_char,
     |                         ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2705 |         msg_ptr: *mut ::c_schar,
     |                         ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2705 -         msg_ptr: *mut ::c_char,
2705 +         msg_ptr: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2713:27
     |
2713 |         msg_ptr: *const ::c_char,
     |                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2713 |         msg_ptr: *const ::c_schar,
     |                           ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2713 -         msg_ptr: *const ::c_char,
2713 +         msg_ptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2718:37
     |
2718 |     pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
     |                                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2718 |     pub fn mq_unlink(name: *const ::c_schar) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2718 -     pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
2718 +     pub fn mq_unlink(name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2720:35
     |
2720 |     pub fn utrace(label: *const ::c_char, addr: *mut ::c_void, len: ::size_t) -> ::c_int;
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2720 |     pub fn utrace(label: *const ::c_schar, addr: *mut ::c_void, len: ::size_t) -> ::c_int;
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2720 -     pub fn utrace(label: *const ::c_char, addr: *mut ::c_void, len: ::size_t) -> ::c_int;
2720 +     pub fn utrace(label: *const c_char, addr: *mut ::c_void, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2721:60
     |
2721 |     pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
     |                                                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2721 |     pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_schar, len: ::size_t) -> ::c_int;
     |                                                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2721 -     pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
2721 +     pub fn pthread_getname_np(t: ::pthread_t, name: *mut c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2724:24
     |
2724 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2724 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2724 -         name: *const ::c_char,
2724 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2774:54
     |
2774 |     pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
     |                                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2774 |     pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t;
     |                                                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2774 -     pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
2774 +     pub fn newlocale(mask: ::c_int, locale: *const c_char, base: ::locale_t) -> ::locale_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2821:40
     |
2821 |     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
     |                                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2821 |     pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2821 -     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
2821 +     pub fn iconv_open(tocode: *const c_char, fromcode: *const ::c_char) -> iconv_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2821:67
     |
2821 |     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
     |                                                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2821 |     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t;
     |                                                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2821 -     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
2821 +     pub fn iconv_open(tocode: *const ::c_char, fromcode: *const c_char) -> iconv_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2824:28
     |
2824 |         inbuf: *mut *mut ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2824 |         inbuf: *mut *mut ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2824 -         inbuf: *mut *mut ::c_char,
2824 +         inbuf: *mut *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2826:29
     |
2826 |         outbuf: *mut *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2826 |         outbuf: *mut *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2826 -         outbuf: *mut *mut ::c_char,
2826 +         outbuf: *mut *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2850:39
     |
2850 |     pub fn setproctitle(fmt: *const ::c_char, ...);
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2850 |     pub fn setproctitle(fmt: *const ::c_schar, ...);
     |                                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2850 -     pub fn setproctitle(fmt: *const ::c_char, ...);
2850 +     pub fn setproctitle(fmt: *const c_char, ...);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2884:24
     |
2884 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2884 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2884 -         path: *const ::c_char,
2884 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2887:29
     |
2887 |         argv: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2887 |         argv: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2887 -         argv: *const *mut ::c_char,
2887 +         argv: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2888:29
     |
2888 |         envp: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2888 |         envp: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2888 -         envp: *const *mut ::c_char,
2888 +         envp: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2892:24
     |
2892 |         file: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2892 |         file: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2892 -         file: *const ::c_char,
2892 +         file: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2895:29
     |
2895 |         argv: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2895 |         argv: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2895 -         argv: *const *mut ::c_char,
2895 +         argv: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2896:29
     |
2896 |         envp: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2896 |         envp: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2896 -         envp: *const *mut ::c_char,
2896 +         envp: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2945:24
     |
2945 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2945 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2945 -         path: *const ::c_char,
2945 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2988:21
     |
2988 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2988 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2988 -         buf: *mut ::c_char,
2988 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2994:21
     |
2994 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2994 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2994 -         buf: *mut ::c_char,
2994 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:2999:36
     |
2999 |     pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2999 |     pub fn updwtmpx(file: *const ::c_schar, ut: *const utmpx) -> ::c_int;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2999 -     pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
2999 +     pub fn updwtmpx(file: *const c_char, ut: *const utmpx) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3000:40
     |
3000 |     pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
     |                                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3000 |     pub fn getlastlogx(fname: *const ::c_schar, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3000 -     pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
3000 +     pub fn getlastlogx(fname: *const c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3001:40
     |
3001 |     pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
     |                                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3001 |     pub fn updlastlogx(fname: *const ::c_schar, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3001 -     pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
3001 +     pub fn updlastlogx(fname: *const c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3002:37
     |
3002 |     pub fn utmpxname(file: *const ::c_char) -> ::c_int;
     |                                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3002 |     pub fn utmpxname(file: *const ::c_schar) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3002 -     pub fn utmpxname(file: *const ::c_char) -> ::c_int;
3002 +     pub fn utmpxname(file: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3013:35
     |
3013 |     pub fn utpname(file: *const ::c_char) -> ::c_int;
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3013 |     pub fn utpname(file: *const ::c_schar) -> ::c_int;
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3013 -     pub fn utpname(file: *const ::c_char) -> ::c_int;
3013 +     pub fn utpname(file: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3018:31
     |
3018 |     pub fn efopen(p: *const ::c_char, m: *const ::c_char) -> ::FILE;
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3018 |     pub fn efopen(p: *const ::c_schar, m: *const ::c_char) -> ::FILE;
     |                               ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3018 -     pub fn efopen(p: *const ::c_char, m: *const ::c_char) -> ::FILE;
3018 +     pub fn efopen(p: *const c_char, m: *const ::c_char) -> ::FILE;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3018:51
     |
3018 |     pub fn efopen(p: *const ::c_char, m: *const ::c_char) -> ::FILE;
     |                                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3018 |     pub fn efopen(p: *const ::c_char, m: *const ::c_schar) -> ::FILE;
     |                                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3018 -     pub fn efopen(p: *const ::c_char, m: *const ::c_char) -> ::FILE;
3018 +     pub fn efopen(p: *const ::c_char, m: *const c_char) -> ::FILE;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3023:32
     |
3023 |     pub fn estrdup(s: *const ::c_char) -> *mut ::c_char;
     |                                ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3023 |     pub fn estrdup(s: *const ::c_schar) -> *mut ::c_char;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3023 -     pub fn estrdup(s: *const ::c_char) -> *mut ::c_char;
3023 +     pub fn estrdup(s: *const c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3023:50
     |
3023 |     pub fn estrdup(s: *const ::c_char) -> *mut ::c_char;
     |                                                  ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3023 |     pub fn estrdup(s: *const ::c_char) -> *mut ::c_schar;
     |                                                  ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3023 -     pub fn estrdup(s: *const ::c_char) -> *mut ::c_char;
3023 +     pub fn estrdup(s: *const ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3024:33
     |
3024 |     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_char;
     |                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3024 |     pub fn estrndup(s: *const ::c_schar, len: ::size_t) -> *mut ::c_char;
     |                                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3024 -     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_char;
3024 +     pub fn estrndup(s: *const c_char, len: ::size_t) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3024:66
     |
3024 |     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_char;
     |                                                                  ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3024 |     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_schar;
     |                                                                  ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3024 -     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_char;
3024 +     pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3025:33
     |
3025 |     pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3025 |     pub fn estrlcpy(dst: *mut ::c_schar, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3025 -     pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
3025 +     pub fn estrlcpy(dst: *mut c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3025:55
     |
3025 |     pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3025 |     pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_schar, len: ::size_t) -> ::size_t;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3025 -     pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
3025 +     pub fn estrlcpy(dst: *mut ::c_char, src: *const c_char, len: ::size_t) -> ::size_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3026:33
     |
3026 |     pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3026 |     pub fn estrlcat(dst: *mut ::c_schar, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3026 -     pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
3026 +     pub fn estrlcat(dst: *mut c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3026:55
     |
3026 |     pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
     |                                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3026 |     pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_schar, len: ::size_t) -> ::size_t;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3026 -     pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
3026 +     pub fn estrlcat(dst: *mut ::c_char, src: *const c_char, len: ::size_t) -> ::size_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3028:24
     |
3028 |         nptr: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3028 |         nptr: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3028 -         nptr: *const ::c_char,
3028 +         nptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3034:24
     |
3034 |         nptr: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3034 |         nptr: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3034 -         nptr: *const ::c_char,
3034 +         nptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3039:42
     |
3039 |     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |                                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3039 |     pub fn easprintf(string: *mut *mut ::c_schar, fmt: *const ::c_char, ...) -> ::c_int;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3039 -     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
3039 +     pub fn easprintf(string: *mut *mut c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3039:64
     |
3039 |     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |                                                                ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3039 |     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_schar, ...) -> ::c_int;
     |                                                                ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3039 -     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
3039 +     pub fn easprintf(string: *mut *mut ::c_char, fmt: *const c_char, ...) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3040:43
     |
3040 |     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |                                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3040 |     pub fn evasprintf(string: *mut *mut ::c_schar, fmt: *const ::c_char, ...) -> ::c_int;
     |                                           ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3040 -     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
3040 +     pub fn evasprintf(string: *mut *mut c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3040:65
     |
3040 |     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
     |                                                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3040 |     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_schar, ...) -> ::c_int;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3040 -     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
3040 +     pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const c_char, ...) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3042:61
     |
3042 |         cb: ::Option,
     |                                                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3042 |         cb: ::Option,
     |                                                             ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3042 -         cb: ::Option,
3042 +         cb: ::Option,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3043:58
     |
3043 |     ) -> ::Option;
     |                                                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3043 |     ) -> ::Option;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3043 -     ) -> ::Option;
3043 +     ) -> ::Option;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3044:39
     |
3044 |     pub fn secure_path(path: *const ::c_char) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3044 |     pub fn secure_path(path: *const ::c_schar) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3044 -     pub fn secure_path(path: *const ::c_char) -> ::c_int;
3044 +     pub fn secure_path(path: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3046:21
     |
3046 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3046 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3046 -         buf: *mut ::c_char,
3046 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3048:23
     |
3048 |         fmt: *const ::c_char,
     |                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3048 |         fmt: *const ::c_schar,
     |                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3048 -         fmt: *const ::c_char,
3048 +         fmt: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3052:21
     |
3052 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3052 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3052 -         buf: *mut ::c_char,
3052 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3054:23
     |
3054 |         fmt: *const ::c_char,
     |                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3054 |         fmt: *const ::c_schar,
     |                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3054 -         fmt: *const ::c_char,
3054 +         fmt: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3059:38
     |
3059 |     pub fn getbootfile() -> *const ::c_char;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3059 |     pub fn getbootfile() -> *const ::c_schar;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3059 -     pub fn getbootfile() -> *const ::c_char;
3059 +     pub fn getbootfile() -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3062:21
     |
3062 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3062 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3062 -         buf: *mut ::c_char,
3062 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3064:24
     |
3064 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3064 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3064 -         name: *const ::c_char,
3064 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3065:19
     |
3065 |     ) -> *const ::c_char;
     |                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3065 |     ) -> *const ::c_schar;
     |                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3065 -     ) -> *const ::c_char;
3065 +     ) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3067:21
     |
3067 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3067 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3067 -         buf: *mut ::c_char,
3067 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3069:24
     |
3069 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3069 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3069 -         name: *const ::c_char,
3069 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3070:19
     |
3070 |     ) -> *const ::c_char;
     |                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3070 |     ) -> *const ::c_schar;
     |                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3070 -     ) -> *const ::c_char;
3070 +     ) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3072:21
     |
3072 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3072 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3072 -         buf: *mut ::c_char,
3072 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3074:24
     |
3074 |         spec: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3074 |         spec: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3074 -         spec: *const ::c_char,
3074 +         spec: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3075:19
     |
3075 |     ) -> *const ::c_char;
     |                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3075 |     ) -> *const ::c_schar;
     |                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3075 -     ) -> *const ::c_char;
3075 +     ) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3078:21
     |
3078 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3078 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3078 -         buf: *mut ::c_char,
3078 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3083:17
     |
3083 |     ) -> *mut ::c_char;
     |                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3083 |     ) -> *mut ::c_schar;
     |                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3083 -     ) -> *mut ::c_char;
3083 +     ) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3085:21
     |
3085 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3085 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3085 -         buf: *mut ::c_char,
3085 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3090:17
     |
3090 |     ) -> *mut ::c_char;
     |                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3090 |     ) -> *mut ::c_schar;
     |                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3090 -     ) -> *mut ::c_char;
3090 +     ) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3095:34
     |
3095 |     pub fn logout(line: *const ::c_char);
     |                                  ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3095 |     pub fn logout(line: *const ::c_schar);
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3095 -     pub fn logout(line: *const ::c_char);
3095 +     pub fn logout(line: *const c_char);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3096:35
     |
3096 |     pub fn logoutx(line: *const ::c_char, status: ::c_int, tpe: ::c_int);
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3096 |     pub fn logoutx(line: *const ::c_schar, status: ::c_int, tpe: ::c_int);
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3096 -     pub fn logoutx(line: *const ::c_char, status: ::c_int, tpe: ::c_int);
3096 +     pub fn logoutx(line: *const c_char, status: ::c_int, tpe: ::c_int);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3097:35
     |
3097 |     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3097 |     pub fn logwtmp(line: *const ::c_schar, name: *const ::c_char, host: *const ::c_char);
     |                                   ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3097 -     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
3097 +     pub fn logwtmp(line: *const c_char, name: *const ::c_char, host: *const ::c_char);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3097:58
     |
3097 |     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
     |                                                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3097 |     pub fn logwtmp(line: *const ::c_char, name: *const ::c_schar, host: *const ::c_char);
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3097 -     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
3097 +     pub fn logwtmp(line: *const ::c_char, name: *const c_char, host: *const ::c_char);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3097:81
     |
3097 |     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
     |                                                                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3097 |     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_schar);
     |                                                                                 ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3097 -     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
3097 +     pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const c_char);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3099:24
     |
3099 |         line: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3099 |         line: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3099 -         line: *const ::c_char,
3099 +         line: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3100:24
     |
3100 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3100 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3100 -         name: *const ::c_char,
3100 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3101:24
     |
3101 |         host: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3101 |         host: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3101 -         host: *const ::c_char,
3101 +         host: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3107:24
     |
3107 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3107 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3107 -         path: *const ::c_char,
3107 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3108:24
     |
3108 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3108 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3108 -         name: *const ::c_char,
3108 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3113:24
     |
3113 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3113 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3113 -         path: *const ::c_char,
3113 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3114:24
     |
3114 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3114 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3114 -         name: *const ::c_char,
3114 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3120:24
     |
3120 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3120 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3120 -         name: *const ::c_char,
3120 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3125:24
     |
3125 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3125 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3125 -         path: *const ::c_char,
3125 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3126:24
     |
3126 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3126 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3126 -         name: *const ::c_char,
3126 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3131:24
     |
3131 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3131 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3131 -         path: *const ::c_char,
3131 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3132:24
     |
3132 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3132 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3132 -         name: *const ::c_char,
3132 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3138:24
     |
3138 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3138 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3138 -         name: *const ::c_char,
3138 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3143:37
     |
3143 |     pub fn listxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3143 |     pub fn listxattr(path: *const ::c_schar, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3143 -     pub fn listxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
3143 +     pub fn listxattr(path: *const c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3143:58
     |
3143 |     pub fn listxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3143 |     pub fn listxattr(path: *const ::c_char, list: *mut ::c_schar, size: ::size_t) -> ::ssize_t;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3143 -     pub fn listxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
3143 +     pub fn listxattr(path: *const ::c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3144:38
     |
3144 |     pub fn llistxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3144 |     pub fn llistxattr(path: *const ::c_schar, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3144 -     pub fn llistxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
3144 +     pub fn llistxattr(path: *const c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3144:59
     |
3144 |     pub fn llistxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3144 |     pub fn llistxattr(path: *const ::c_char, list: *mut ::c_schar, size: ::size_t) -> ::ssize_t;
     |                                                           ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3144 -     pub fn llistxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
3144 +     pub fn llistxattr(path: *const ::c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3145:54
     |
3145 |     pub fn flistxattr(filedes: ::c_int, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
     |                                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3145 |     pub fn flistxattr(filedes: ::c_int, list: *mut ::c_schar, size: ::size_t) -> ::ssize_t;
     |                                                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3145 -     pub fn flistxattr(filedes: ::c_int, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
3145 +     pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3146:39
     |
3146 |     pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3146 |     pub fn removexattr(path: *const ::c_schar, name: *const ::c_char) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3146 -     pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3146 +     pub fn removexattr(path: *const c_char, name: *const ::c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3146:62
     |
3146 |     pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                                              ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3146 |     pub fn removexattr(path: *const ::c_char, name: *const ::c_schar) -> ::c_int;
     |                                                              ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3146 -     pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3146 +     pub fn removexattr(path: *const ::c_char, name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3147:40
     |
3147 |     pub fn lremovexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3147 |     pub fn lremovexattr(path: *const ::c_schar, name: *const ::c_char) -> ::c_int;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3147 -     pub fn lremovexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3147 +     pub fn lremovexattr(path: *const c_char, name: *const ::c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3147:63
     |
3147 |     pub fn lremovexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3147 |     pub fn lremovexattr(path: *const ::c_char, name: *const ::c_schar) -> ::c_int;
     |                                                               ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3147 -     pub fn lremovexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3147 +     pub fn lremovexattr(path: *const ::c_char, name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3148:53
     |
3148 |     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3148 |     pub fn fremovexattr(fd: ::c_int, path: *const ::c_schar, name: *const ::c_char) -> ::c_int;
     |                                                     ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3148 -     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3148 +     pub fn fremovexattr(fd: ::c_int, path: *const c_char, name: *const ::c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3148:76
     |
3148 |     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int;
     |                                                                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3148 |     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_schar) -> ::c_int;
     |                                                                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3148 -     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int;
3148 +     pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3151:31
     |
3151 |         string_p: *mut *mut ::c_char,
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3151 |         string_p: *mut *mut ::c_schar,
     |                               ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3151 -         string_p: *mut *mut ::c_char,
3151 +         string_p: *mut *mut c_char,
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3152:22
     |
3152 |         setp: *mut ::c_ulong,
     |                      ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
3152 -         setp: *mut ::c_ulong,
3152 +         setp: *mut c_ulong,
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3153:22
     |
3153 |         clrp: *mut ::c_ulong,
     |                      ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
3153 -         clrp: *mut ::c_ulong,
3153 +         clrp: *mut c_ulong,
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3155:37
     |
3155 |     pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_char) -> ::c_int;
     |                                     ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1    + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
3155 -     pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_char) -> ::c_int;
3155 +     pub fn flags_to_string(flags: c_ulong, def: *const ::c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3155:60
     |
3155 |     pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_char) -> ::c_int;
     |                                                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3155 |     pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_schar) -> ::c_int;
     |                                                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3155 -     pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_char) -> ::c_int;
3155 +     pub fn flags_to_string(flags: ::c_ulong, def: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3163:92
     |
3163 |     pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char;
     |                                                                                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3163 |     pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_schar;
     |                                                                                            ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3163 -     pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char;
3163 +     pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3172:23
     |
3172 |         fmt: *const ::c_char,
     |                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3172 |         fmt: *const ::c_schar,
     |                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3172 -         fmt: *const ::c_char,
3172 +         fmt: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3173:22
     |
3173 |     ) -> *mut *mut ::c_char;
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3173 |     ) -> *mut *mut ::c_schar;
     |                      ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3173 -     ) -> *mut *mut ::c_char;
3173 +     ) -> *mut *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/bsd/netbsdlike/netbsd/mod.rs:3178:23
     |
3178 |         fmt: *const ::c_char,
     |                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3178 |         fmt: *const ::c_schar,
     |                       ~~~~~~~
help: consider importing this type alias
     |
1    + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3178 -         fmt: *const ::c_char,
3178 +         fmt: *const c_char,
     |

Some errors have detailed explanations: E0412, E0425.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 612 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed