diff options
| author | Michael Forney <mforney@mforney.org> | 2020-01-31 21:10:01 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-01 01:37:46 -0800 |
| commit | 8f1395fd11aa03bad909eb5f865d3efe5cbb066a (patch) | |
| tree | fa00acb99f5baede8480130f59c9b304a870fc3d /.gitmodules | |
| parent | ca3231d9588dc7bc41ad032211d44ff2f581a098 (diff) | |
git: Remove patch avoiding pointer to int conversion in initializer
This is not valid ISO C, but cproc now supports this.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9809d8c2..fdb4f85e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -74,7 +74,7 @@ [submodule "pkg/git/src"] path = pkg/git/src url = https://github.com/git/git - ignore = all + ignore = untracked [submodule "pkg/hostap/src"] path = pkg/hostap/src url = git://w1.fi/hostap.git |
