summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:15 -0600
committerMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:15 -0600
commita2781769ae8ce40e1520fb04134161d2e721879d (patch)
treeebe12e8e1a97fba2e55f1c1c30ad6f4b21eee9f6
parentd1cdd10c28885eb51e43d54f65f960a347e08ea7 (diff)
downloadFreeBSD-src-a2781769ae8ce40e1520fb04134161d2e721879d.zip
FreeBSD-src-a2781769ae8ce40e1520fb04134161d2e721879d.tar.gz
Importing pfSense patch redmine_4689.diff
-rw-r--r--sys/sys/sockbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sockbuf.h b/sys/sys/sockbuf.h
index 6b22d37..559065b 100644
--- a/sys/sys/sockbuf.h
+++ b/sys/sys/sockbuf.h
@@ -177,8 +177,8 @@ static __inline
long
sbspace(struct sockbuf *sb)
{
- long bleft;
- long mleft;
+ int bleft;
+ int mleft;
if (sb->sb_flags & SB_STOP)
return(0);
OpenPOWER on IntegriCloud