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:
@ -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;
|
||||
|
Reference in New Issue
Block a user