Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix include to find SIOCGSTAMP with latest kernel #70

Merged
merged 1 commit into from
Nov 19, 2019

Conversation

PrasaanthSridharan
Copy link
Contributor

Purpose

The purpose of this MR is to address an issue where SIOCGSTAMP cannot be found with the latest kernel. The reason is because the asm-generic/sockios.h header no longer defines SIOCGSTAMP. Instead, it provides SIOCGSTAMP_OLD.

Ref: linux-can/can-utils@e9590b1

Relevant Issue

Closes #69

@sebi2k1 sebi2k1 merged commit 580abeb into sebi2k1:master Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't compile on recent kernel
2 participants