summaryrefslogtreecommitdiffstats
path: root/sys/netncp
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2002-04-20 05:35:02 +0000
committerbp <bp@FreeBSD.org>2002-04-20 05:35:02 +0000
commit27118745cb8bb9225fc099a76a3a37c236678dde (patch)
treeef420fa1fc4109b2c07ad4202f28b30bb79966fd /sys/netncp
parent21543bd5a23dfe7e8f5304a4d44c936c7fef70de (diff)
downloadFreeBSD-src-27118745cb8bb9225fc099a76a3a37c236678dde.zip
FreeBSD-src-27118745cb8bb9225fc099a76a3a37c236678dde.tar.gz
Add character translation table between Unix and NetWare according
to Sweden standards. Submitted by: Roger Olofsson <roger.olofsson@kommun.engelholm.se> MFC after: 1 week
Diffstat (limited to 'sys/netncp')
-rw-r--r--sys/netncp/ncp_nls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netncp/ncp_nls.h b/sys/netncp/ncp_nls.h
index 61d3dcd..86a6aad 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 */
OpenPOWER on IntegriCloud