summaryrefslogtreecommitdiff
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
commitc57e8d404d8ab32fe08e9f85d5326160671b56d5 (patch)
tree0795341a867649baea8d6a31b08dbda42fe2bc16
parent990c84354a24903591953f687a6e39aa97614c20 (diff)
downloadsamba-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)
-rw-r--r--source3/lib/util.c3
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);