diff options
Diffstat (limited to 'source/lib/smbrun.c')
-rw-r--r-- | source/lib/smbrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/smbrun.c b/source/lib/smbrun.c index 0388b3f1bd8..fcb14378a00 100644 --- a/source/lib/smbrun.c +++ b/source/lib/smbrun.c @@ -85,7 +85,6 @@ if shared is not set then open the file with O_EXCL set ****************************************************************************/ int smbrun(char *cmd,char *outfile,BOOL shared) { - extern struct current_user current_user; int fd,pid; int uid = current_user.uid; int gid = current_user.gid; |