diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-04 22:07:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-04 22:09:03 -0700 |
| commit | a684393b702d2c6977e76584583ea9a15f31b7d4 (patch) | |
| tree | 5f5a5c7141918f3fabd44e76ad792333302f9aa1 /.gitmodules | |
| parent | 33e9115a2513430addc328937eb9d96d6f71c877 (diff) | |
e2fsprogs: Avoid pointer arithmetic on `void *`
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 57ba77b5..c7c81305 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,6 +42,7 @@ [submodule "pkg/e2fsprogs/src"] path = pkg/e2fsprogs/src url = https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git + ignore = all [submodule "pkg/efibootmgr/src"] path = pkg/efibootmgr/src url = https://github.com/rhinstaller/efibootmgr |
