diff options
Diffstat (limited to 'sbin/ifconfig/regdomain.h')
-rw-r--r-- | sbin/ifconfig/regdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/regdomain.h b/sbin/ifconfig/regdomain.h index e7046a90b106..5b37a0b17fc2 100644 --- a/sbin/ifconfig/regdomain.h +++ b/sbin/ifconfig/regdomain.h @@ -73,6 +73,7 @@ struct regdomain { struct country { enum ISOCountryCode code; +#define NO_COUNTRY 0xffff const struct regdomain *rd; const char* isoname; const char* name; |