Removed version number from file header.
[samba.git] / source / nmbd / nmbd_lmhosts.c
index 158988813b7f918461cac5f54ac63888ffa80cb7..3c067d8ed4ea5a9ccc4ddb348afa537aaff7496c 100644 (file)
@@ -1,6 +1,5 @@
 /*
-   Unix SMB/Netbios implementation.
-   Version 1.9.
+   Unix SMB/CIFS implementation.
    NBT netbios routines and daemon - version 2
    Copyright (C) Jeremy Allison 1994-1998
 
@@ -26,8 +25,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 /****************************************************************************
 Load a lmhosts file.
 ****************************************************************************/
@@ -36,7 +33,7 @@ void load_lmhosts_file(char *fname)
   pstring name;
   int name_type;
   struct in_addr ipaddr;
-  FILE *fp = startlmhosts( fname );
+  XFILE *fp = startlmhosts( fname );
 
   if (!fp) {
     DEBUG(2,("load_lmhosts_file: Can't open lmhosts file %s. Error was %s\n",