Skip to content
Snippets Groups Projects
Commit 3a54e198 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

rename redir_fd to all_redif_fd to avoid conflict with oblibs

parent 3b3d3327
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ int doit(char const *tree,char const *treename,char const *live, unsigned int wh ...@@ -129,7 +129,7 @@ int doit(char const *tree,char const *treename,char const *live, unsigned int wh
return 0 ; return 0 ;
} }
static void redir_fd(void) static void all_redir_fd(void)
{ {
int fd ; int fd ;
while((fd = open("/dev/tty",O_RDWR|O_NOCTTY)) >= 0) while((fd = open("/dev/tty",O_RDWR|O_NOCTTY)) >= 0)
...@@ -278,7 +278,7 @@ int main(int argc, char const *const *argv,char const *const *envp) ...@@ -278,7 +278,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
goto end ; goto end ;
} }
else redir_fd() ; else all_redir_fd() ;
} }
/** Down process? reverse in that case to respect tree start order*/ /** Down process? reverse in that case to respect tree start order*/
if (!what) if (!what)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment