diff options
author | Kay Sievers <kay@vrfy.org> | 2013-11-08 18:50:58 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-11-08 18:52:09 +0100 |
commit | 0d95178e49eaf70fce9882d2a1277a9cd3555f34 (patch) | |
tree | a57ead40983f5782f48ac754d17ba5a816336686 /.gitignore | |
parent | 7a4a210539396ac5c9b9469fb03866ddb6d09fb2 (diff) |
systemctl: rename 'listen'
src/systemctl/systemctl.c: In function ‘get_listening’:
src/systemctl/systemctl.c:535:25: warning: declaration of ‘listen’ shadows a global declaration [-Wshadow]
src/systemctl/systemctl.c: In function ‘list_sockets’:
src/systemctl/systemctl.c:690:44: warning: declaration of ‘listen’ shadows a global declaration [-Wshadow]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dd6432c972..00d81ed3db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /Makefile +/defined +/undefined /TAGS /accelerometer /ata_id |