diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-06 18:13:52 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-06 18:13:52 +0000 |
commit | ba00796e6dd13b87b7988a98e532676d9eab702c (patch) | |
tree | 6b53b1fae2ca229ab654bbff46b2e4dd7c4e489f /source3/lib | |
parent | 08657e539e4cd4105057a9c12db30dbe4bbfcb1d (diff) | |
download | samba-ba00796e6dd13b87b7988a98e532676d9eab702c.tar.gz samba-ba00796e6dd13b87b7988a98e532676d9eab702c.tar.bz2 samba-ba00796e6dd13b87b7988a98e532676d9eab702c.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.
(This used to be commit dfe77c7046cbd65ee52aea7439f21503c1eac41d)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/kanji.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/kanji.c b/source3/lib/kanji.c index ca81933a19..294b6a623a 100644 --- a/source3/lib/kanji.c +++ b/source3/lib/kanji.c @@ -693,7 +693,6 @@ static int euc3sjis (int hi, int lo, BOOL is_3byte) } } } - return ((GETAHI << 8) | GETALO); } /******************************************************************* |