1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00

- added interface.c and removed all the references to myip, bcast_ip

and Netmask, instead replacing them with calls to routines in
interface.c

- got rid of old MAXINT define

- added code to ensure we only return one entry for each name in the ipc
enum routines

- added new_only option to add_netbios_entry() to prevent overwriting
of important names

- minor time handling fixup
This commit is contained in:
Andrew Tridgell
-
parent 8eb701d0d6
commit 7ed71b73ae
22 changed files with 836 additions and 698 deletions

View File

@@ -899,10 +899,6 @@ extern char *getsmbpass(char *);
#define FD_SETSIZE 255
#endif
#ifndef MAXINT
#define MAXINT ((((unsigned)1)<<(sizeof(int)*8-1))-1)
#endif
#ifndef __STDC__
#define const
#endif