forked from uutils/coreutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
from files missed by uutils#5184 and uutils#5197
- Loading branch information
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ | |
// file that was distributed with this source code. | ||
// library ~ (core/bundler file) | ||
|
||
// Copyright (C) ~ Alex Lyon <[email protected]> | ||
// Copyright (C) ~ Roy Ivy III <[email protected]>; MIT license | ||
|
||
// * feature-gated external crates (re-shared as public internal modules) | ||
#[cfg(feature = "libc")] | ||
pub extern crate libc; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// | ||
// For the full copyright and license information, please view the LICENSE | ||
// file that was distributed with this source code. | ||
// Copyright (C) ~ Roy Ivy III <[email protected]>; MIT license | ||
// | ||
// spell-checker:ignore backticks uuhelp | ||
|
||
use std::{fs::File, io::Read, path::PathBuf}; | ||
|