Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
disorderfs
Compare revisions
9e767d62acfde48cbfab5d6728fea5f933cc0c74...8ab69faa74fe90e7335f582adc17b4c88129713a
Commits (2)
Update my copyright years.
· 8cd5fa10
Chris Lamb
authored
Apr 16, 2020
8cd5fa10
Release 0.5.9
· 8ab69faa
Chris Lamb
authored
Apr 16, 2020
8ab69faa
Hide whitespace changes
Inline
Side-by-side
disorderfs.cpp
View file @
8ab69faa
/*
* Copyright 2015, 2016 Andrew Ayer <agwa@andrewayer.name>
* Copyright 2016
, 2017
Chris Lamb <lamby@debian.org>
* Copyright 2016
-2020
Chris Lamb <lamby@debian.org>
*
* This file is part of disorderfs.
*
...
...
@@ -43,7 +43,7 @@ extern "C" {
#include
<sys/file.h>
#include
<stddef.h>
#define DISORDERFS_VERSION "0.5.
8
"
#define DISORDERFS_VERSION "0.5.
9
"
namespace
{
std
::
vector
<
std
::
string
>
bare_arguments
;
...
...