diff options
| author | Boris Popov <bp@FreeBSD.org> | 2002-04-20 05:35:02 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2002-04-20 05:35:02 +0000 |
| commit | 5f3d1ad8c93e816f987b4d3dac8aec75f008d48a (patch) | |
| tree | ef420fa1fc4109b2c07ad4202f28b30bb79966fd /sys | |
| parent | 16f87d4c6b90de3d9cb90251cbe3585e0f8de3b0 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netncp/ncp_nls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netncp/ncp_nls.h b/sys/netncp/ncp_nls.h index 61d3dcddc2a29..86a6aadf5c833 100644 --- a/sys/netncp/ncp_nls.h +++ b/sys/netncp/ncp_nls.h @@ -58,7 +58,9 @@ struct ncp_nlstables { #define NCP_NLS_AS_IS 1 #define NCP_NLS_AS_IS_NAME "asis" #define NCP_NLS_KOI_866 2 +#define NCP_NLS_SE 3 #define NCP_NLS_KOI_866_NAME "koi2cp866" +#define NCP_NLS_SE_NAME "se" extern struct ncp_nlstables ncp_nls; /* active nls */ |
