Switch to unified view

a/src/utils/execmd.cpp b/src/utils/execmd.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: execmd.cpp,v 1.25 2007-07-14 16:53:00 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: execmd.cpp,v 1.26 2007-11-08 09:34:40 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
20
#ifndef TEST_EXECMD
20
#ifndef TEST_EXECMD
21
#include "autoconfig.h"
21
#include "autoconfig.h"
22
22
23
#include <stdlib.h>
23
#include <stdlib.h>
24
#include <unistd.h>
24
#include <unistd.h>
25
#include <pthread.h>
25
#include <sys/stat.h>
26
#include <sys/stat.h>
26
#include <sys/types.h>
27
#include <sys/types.h>
27
#include <sys/wait.h>
28
#include <sys/wait.h>
28
#include <sys/select.h>
29
#include <sys/select.h>
29
#include <fcntl.h>
30
#include <fcntl.h>