chiark / gitweb /
Prep v228: Substitute declaration masks (1/4)
authorSven Eden <yamakuzure@gmx.net>
Tue, 11 Apr 2017 15:05:07 +0000 (17:05 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 26 Apr 2017 10:59:13 +0000 (12:59 +0200)
commit2705eaf36d46539397571886ba6ccd0045ef3e9b
treecd6e5e0a08aedf5373fd13f3f7c98616f7009856
parent0d8d17b410396e92d931465768b22349aa6679e4
Prep v228: Substitute declaration masks (1/4)

Although it looks very ugly, substitute all declaration masks of the
form:

  // UNNEEDED type foo(...);

with:

  /// UNNEEDED by elogind
  #if 0
  type foo(...);
  #endif // 0

to make future merging of upstream pathes easier, as the relevant
lines themselves are not changed any more.
14 files changed:
src/basic/capability-util.h
src/basic/cgroup-util.h
src/basic/copy.c
src/basic/copy.h
src/basic/errno-list.h
src/basic/extract-word.h
src/basic/fd-util.h
src/basic/fileio-label.h
src/basic/fileio.h
src/basic/fs-util.h
src/basic/hashmap.h
src/basic/hostname-util.h
src/basic/label.h [new file with mode: 0644]
src/basic/log.h