diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /extra/sshfs | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'extra/sshfs')
| -rw-r--r-- | extra/sshfs/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sshfs/gen.rc b/extra/sshfs/gen.rc index e10c9bfc..cdb5abf6 100644 --- a/extra/sshfs/gen.rc +++ b/extra/sshfs/gen.rc @@ -1,7 +1,7 @@ cflags\ -D '_FILE_OFFSET_BITS=64' \ -D 'FUSE_USE_VERSION=26' \ - -I extra/libfuse/src/include\ + -isystem extra/libfuse/src/include\ -I '$dir' build '$outdir'/sshfs.1 sed '$srcdir'/sshfs.1.in ; with\ |
