summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-02-14 14:32:36 +0000
committerJeremy Allison <jra@samba.org>1998-02-14 14:32:36 +0000
commit0a535680077a9e436362fd7f1711f62b35317fa4 (patch)
tree9b28ba5494f64144254013c0ca143b3f5e7520a6 /source
parent1da47e79d3055468b03f496982af0fb836d91f8c (diff)
downloadsamba-0a535680077a9e436362fd7f1711f62b35317fa4.tar.gz
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);