Change sys_getcd() to take no arguments and always return malloc'ed memory (or NULL).
authorJeremy Allison <jra@samba.org>
Tue, 31 May 2011 23:14:04 +0000 (16:14 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 00:54:51 +0000 (02:54 +0200)
commit1cee71713f75dbee653ea86bd4e7c87efe677cf6
treed55d8051935077eda22d05a4078a7097b27d05ae
parent5abab13851ff2fc3a5792d08cc753c9b479c8cc1
Change sys_getcd() to take no arguments and always return malloc'ed memory (or NULL).

Part of the efforts to remove PATH_MAX on modern systems.
source3/client/client.c
source3/include/proto.h
source3/lib/system.c
source3/modules/vfs_default.c
source3/printing/print_generic.c