Skip to content
Snippets Groups Projects
Commit da2cf7b6 authored by Federico Vaga's avatar Federico Vaga
Browse files

tools: add missing define when distro doesn't provide it


Typically old distro releases

Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent 0289f968
No related merge requests found
......@@ -21,6 +21,11 @@
#include "net_tstamp.h" /* Actually, <linux/net_tstamp.h> */
#ifndef SO_TIMESTAMPNS
# define SO_TIMESTAMPNS 35
# define SCM_TIMESTAMPNS SO_TIMESTAMPNS
#endif
#ifndef SO_TIMESTAMPING
# define SO_TIMESTAMPING 37
# define SCM_TIMESTAMPING SO_TIMESTAMPING
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment