diff options
author | Jeremy Allison <jra@samba.org> | 1998-02-14 14:32:36 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-02-14 14:32:36 +0000 |
commit | c57e8d404d8ab32fe08e9f85d5326160671b56d5 (patch) | |
tree | 0795341a867649baea8d6a31b08dbda42fe2bc16 /source3/lib/util.c | |
parent | 990c84354a24903591953f687a6e39aa97614c20 (diff) | |
download | samba-c57e8d404d8ab32fe08e9f85d5326160671b56d5.tar.gz samba-c57e8d404d8ab32fe08e9f85d5326160671b56d5.tar.bz2 samba-c57e8d404d8ab32fe08e9f85d5326160671b56d5.zip |
Fix to make us compile cleanly with gcc 2.8.
Jeremy.
(This used to be commit 0a535680077a9e436362fd7f1711f62b35317fa4)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index 3b30f1e6b5..fa5f6ae400 100644 --- a/source3/lib/util.c +++ b/source3/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); |