readahead-replay.c | readahead-replay.c | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#include <sys/select.h> | #include <sys/select.h> | |||
#include <sys/time.h> | #include <sys/time.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <unistd.h> | #include <unistd.h> | |||
#include <getopt.h> | #include <getopt.h> | |||
#include <sys/inotify.h> | #include <sys/inotify.h> | |||
#include <systemd/sd-daemon.h> | #include "systemd/sd-daemon.h" | |||
#include "missing.h" | #include "missing.h" | |||
#include "util.h" | #include "util.h" | |||
#include "set.h" | #include "set.h" | |||
#include "ioprio.h" | #include "ioprio.h" | |||
#include "readahead-common.h" | #include "readahead-common.h" | |||
#include "virt.h" | #include "virt.h" | |||
static ReadaheadShared *shared = NULL; | static ReadaheadShared *shared = NULL; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |