mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
spell: Ignore backport
This commit is contained in:
parent
11bbf46647
commit
7ca2ae4627
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
//! Set of functions to manage files and symlinks
|
//! Set of functions to manage files and symlinks
|
||||||
|
|
||||||
|
// spell-checker:ignore backport
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use libc::{
|
use libc::{
|
||||||
mode_t, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP,
|
mode_t, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue