Skip to content

Commit

Permalink
fix macro in 5a51248
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jul 15, 2020
1 parent 606bbec commit 0e37c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 0e37c1f

Please sign in to comment.