Move src/fdstream to src/util/virfdstream

There is no reason for it not to be in the utils, all global symbols
under that file already have prefix vir* and there is no reason for it
to be part of DRIVER_SOURCES because that is just a leftover from
older days (pre-driver modules era, I believe).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander
2017-03-07 10:34:47 +01:00
parent c67e04e25f
commit bdcb199532
19 changed files with 29 additions and 29 deletions

View File

@@ -25,7 +25,7 @@
#include "testutils.h"
#include "fdstream.h"
#include "virfdstream.h"
#include "datatypes.h"
#include "virerror.h"
#include "viralloc.h"