diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:40:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:40:55 +0000 |
commit | 31dcb51e05914d49d81a3faef354aaf0ab9fa63f (patch) | |
tree | 17fae779814042cb690abceaa164297b46fc2628 /source/locking | |
parent | 5858cb97f565bb1d6337f3bc350b1f8cdfd4555b (diff) | |
download | samba-31dcb51e05914d49d81a3faef354aaf0ab9fa63f.tar.gz samba-31dcb51e05914d49d81a3faef354aaf0ab9fa63f.tar.xz samba-31dcb51e05914d49d81a3faef354aaf0ab9fa63f.zip |
- cleanup some warnings
- redo the prototypes
Diffstat (limited to 'source/locking')
-rw-r--r-- | source/locking/locking_shm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/locking/locking_shm.c b/source/locking/locking_shm.c index d299e34caae..c1e32538e1e 100644 --- a/source/locking/locking_shm.c +++ b/source/locking/locking_shm.c @@ -690,8 +690,6 @@ static struct share_ops share_ops = { ******************************************************************/ struct share_ops *locking_shm_init(int ronly) { - pstring shmem_file_name; - read_only = ronly; #ifdef USE_SYSV_IPC |