use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
index 8ce5228..1e5cf4d 100644 (file)
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * Copyright 2000  The FreeRADIUS server project
+ * Copyright 2000,2006  The FreeRADIUS server project
  * Copyright 2000  Jeff Carneal <jeff@apex.net>
  * Copyright 2000  Alan Curry <pacman@world.std.com>
  */
-static const char rcsid[] = "$Id$";
+
+#include       <freeradius-devel/ident.h>
+RCSID("$Id$")
 
 #include       <freeradius-devel/autoconf.h>