summaryrefslogtreecommitdiffstats
path: root/source/lib/kanji.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-06 18:13:52 +0000
committerJeremy Allison <jra@samba.org>2000-10-06 18:13:52 +0000
commitdfe77c7046cbd65ee52aea7439f21503c1eac41d (patch)
tree31f50133199395ecc388d39ae04db91e628b1528 /source/lib/kanji.c
parente451fd346105d5d34354ff9141d445b5f1a82e0a (diff)
downloadsamba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.tar.gz
samba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.tar.xz
samba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.zip
Herb's warning fixes. Also the POSIX locking fix.
We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy.
Diffstat (limited to 'source/lib/kanji.c')
-rw-r--r--source/lib/kanji.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/kanji.c b/source/lib/kanji.c
index ca81933a195..294b6a623a3 100644
--- a/source/lib/kanji.c
+++ b/source/lib/kanji.c
@@ -693,7 +693,6 @@ static int euc3sjis (int hi, int lo, BOOL is_3byte)
}
}
}
- return ((GETAHI << 8) | GETALO);
}
/*******************************************************************