summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-02-14 14:29:07 +0000
committerJeremy Allison <jra@samba.org>1998-02-14 14:29:07 +0000
commitb8d7f8decbade53437c350e73271949bcd69ef0f (patch)
tree27d38ec41e369a89cfdcd4bd27588529889d4975 /source
parent7a5ff30961495e2690ef74f497550a22dc96c9e1 (diff)
downloadsamba-b8d7f8decbade53437c350e73271949bcd69ef0f.tar.gz
samba-b8d7f8decbade53437c350e73271949bcd69ef0f.tar.xz
samba-b8d7f8decbade53437c350e73271949bcd69ef0f.zip
Fix to make us compile cleanly with gcc 2.8.
Jeremy.
Diffstat (limited to 'source')
-rw-r--r--source/lib/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/lib/util.c b/source/lib/util.c
index 3b30f1e6b5b..fa5f6ae4003 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -170,7 +170,6 @@ reopen the log files
****************************************************************************/
void reopen_logs(void)
{
- extern FILE *dbf;
pstring fname;
if (DEBUGLEVEL > 0)
@@ -3647,7 +3646,6 @@ void reset_globals_after_fork()
******************************************************************/
char *client_name(void)
{
- extern int Client;
struct sockaddr sa;
struct sockaddr_in *sockin = (struct sockaddr_in *) (&sa);
int length = sizeof(sa);
@@ -3690,7 +3688,6 @@ char *client_name(void)
******************************************************************/
char *client_addr(void)
{
- extern int Client;
struct sockaddr sa;
struct sockaddr_in *sockin = (struct sockaddr_in *) (&sa);
int length = sizeof(sa);