summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-01-29 02:10:37 +0000
committerbp <bp@FreeBSD.org>2000-01-29 02:10:37 +0000
commit451125d616b59b9fb44453e290b75b00fd4d488a (patch)
tree4090dc302de6391d7056d0b2b00c270621f3d111
parent6f3d10e28ee7c223194694ddb4fd51eb2cf6ea05 (diff)
downloadFreeBSD-src-451125d616b59b9fb44453e290b75b00fd4d488a.zip
FreeBSD-src-451125d616b59b9fb44453e290b75b00fd4d488a.tar.gz
Enable '=' character in the filename.
Submitted by: Dan Nelson <dnelson@emsphone.com>
-rw-r--r--sys/netncp/ncp_nls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp_nls.c b/sys/netncp/ncp_nls.c
index 0c4de6c..3c7892f 100644
--- a/sys/netncp/ncp_nls.c
+++ b/sys/netncp/ncp_nls.c
@@ -50,7 +50,7 @@ static u_char ncp_u2n[256] = {
0x20, 0x21, 0x00, 0x23, 0x24, 0x25, 0x26, 0x27, /* 0x20 */
0x28, 0x29, 0x00, 0x00, 0x00, 0x2d, 0x2e, 0x00,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, /* 0x30 */
- 0x38, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x38, 0x39, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00,
0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, /* 0x40 */
0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, /* 0x50 */
OpenPOWER on IntegriCloud