8296615: use of undeclared identifier 'IPV6_DONTFRAG'
Reviewed-by: michaelm
This commit is contained in:
parent
a5d838c337
commit
17e3412363
@ -38,6 +38,10 @@
|
||||
#define IP_DONTFRAG 28
|
||||
#endif
|
||||
|
||||
#ifndef IPV6_DONTFRAG
|
||||
#define IPV6_DONTFRAG 62
|
||||
#endif
|
||||
|
||||
#include "jni_util.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user