-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(driver): add preprocessor guards for oldest 2.6.32 kernels
recent updates to the driver broke the driver build for very ancient 2.6.32 kernels on CentOS 6 (e.g. 2.6.32-71.24.1.el6): socketcall_to_syscall.h:208:7: error: 'SYS_SENDMMSG' undeclared (first use in this function) case SYS_SENDMMSG: ^ So add the appropriate preprocessor guards to get it to compile. Signed-off-by: Gerlando Falauto <[email protected]>
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters