diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-23 23:26:32 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-23 23:26:32 -0700 |
| commit | 663d3abf3e87c0d93128b976d100bb0563ba5052 (patch) | |
| tree | e836953bf5bd54312ada2d6e332aba47e3c71e03 /extra/sshfs/patch/0006-Add-missing-includes.patch | |
| parent | 95692a3a31be1395557e507b090670f4910ded14 (diff) | |
sshfs: Update to 2.8
Diffstat (limited to 'extra/sshfs/patch/0006-Add-missing-includes.patch')
| -rw-r--r-- | extra/sshfs/patch/0006-Add-missing-includes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sshfs/patch/0006-Add-missing-includes.patch b/extra/sshfs/patch/0006-Add-missing-includes.patch index 9c8b49c6..968d8186 100644 --- a/extra/sshfs/patch/0006-Add-missing-includes.patch +++ b/extra/sshfs/patch/0006-Add-missing-includes.patch @@ -1,4 +1,4 @@ -From 27806ddaac633e9d71b061b57f74d02ff8aac889 Mon Sep 17 00:00:00 2001 +From e969e57612df9b24df2ac16ac545466fca0989f1 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sun, 5 Jun 2016 18:21:02 -0700 Subject: [PATCH] Add missing includes @@ -10,7 +10,7 @@ sys/param.h for MIN 1 file changed, 2 insertions(+) diff --git a/sshfs.c b/sshfs.c -index 22c18a7..319bffe 100644 +index 4f3bfe4..cd6abf6 100644 --- a/sshfs.c +++ b/sshfs.c @@ -17,6 +17,7 @@ @@ -30,5 +30,5 @@ index 22c18a7..319bffe 100644 #include <netinet/in.h> #include <netinet/tcp.h> -- -2.8.1 +2.9.0 |
