fix macro in 5a51248cb05

This commit is contained in:
wangyu 2020-07-15 19:32:14 -04:00
parent 606bbec351
commit 0e37c1fea4

View File

@ -1230,7 +1230,7 @@ vector<string> parse_conf_line(const string& s0)
int create_fifo(char * file)
{
#ifdef UDP2RAW_LINUX
#if !defined(__MINGW32__)
if(mkfifo (file, 0666)!=0)
{
if(errno==EEXIST)