use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / modules / rlm_exec / rlm_exec.c
index 1baf10f..b417335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * rlm_exe.c
+ * rlm_exec.c
  *
  * Version:    $Id$
  *
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * Copyright 2002  The FreeRADIUS server project
+ * Copyright 2002,2006  The FreeRADIUS server project
  * Copyright 2002  Alan DeKok <aland@ox.org>
  */
 
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
+
 #include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
@@ -30,8 +33,6 @@
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
 
-static const char rcsid[] = "$Id$";
-
 /*
  *     Define a structure for our module configuration.
  */