1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

- ignore *.p files

- make msleep() non-static
(This used to be commit 688a749484)
This commit is contained in:
Andrew Tridgell
1998-10-03 08:29:06 +00:00
parent 4261ed2e83
commit 60efedd4c0
2 changed files with 2 additions and 1 deletions

View File

@ -2395,7 +2395,7 @@ BOOL send_one_packet(char *buf,int len,struct in_addr ip,int port,int type)
/*******************************************************************
sleep for a specified number of milliseconds
********************************************************************/
static void msleep(int t)
void msleep(int t)
{
int tdiff=0;
struct timeval tval,t1,t2;