commit | 689a104183f428b2e8bf213739b4c783c62b8455 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Wed Jan 16 15:08:25 2013 +0100 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Wed Jan 16 15:08:25 2013 +0100 |
tree | ac217ed7129e8f482ac9a061e12e085833e29cd6 | |
parent | afe460745d9d9140f8bc6766dc0ad1dadfd1d9c7 [diff] [blame] |
mod_netconf: added $Id string
diff --git a/src/mod_netconf.c b/src/mod_netconf.c index 97ee5dc..0710f55 100644 --- a/src/mod_netconf.c +++ b/src/mod_netconf.c
@@ -43,6 +43,7 @@ * if advised of the possibility of such damage. * */ +static const char rcsid[] __attribute__((used)) ="$Id: "__FILE__": "ARCSID" $"; #include <unistd.h> #include <poll.h>