diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-21 15:51:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-06 01:29:45 +0200 |
commit | 79f0e94e27f9304ffdd65465a7e16aa5176aa211 (patch) | |
tree | b742abc8ffd66c9929525d048bf31f7fd7b4c9b0 /src/systemctl/systemctl.c | |
parent | udev: allow persistent storage rules for rbd devices (diff) | |
download | systemd-79f0e94e27f9304ffdd65465a7e16aa5176aa211.tar.xz systemd-79f0e94e27f9304ffdd65465a7e16aa5176aa211.zip |
edit-util: EditFileContext: avoid reserved 'stdin'
The identifier 'stdin' is reserved in C. It can be #defined to any
statement that evaluates to a FILE*. We do not want that for our field,
so change to a more descriptive name.
Diffstat (limited to 'src/systemctl/systemctl.c')
0 files changed, 0 insertions, 0 deletions