From: fcusack Date: Tue, 24 Oct 2006 05:15:45 +0000 (+0000) Subject: import from HEAD X-Git-Tag: release_1_1_4~37 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=bb26fa4634abbbf1742263c2ad8960c60e479db1 import from HEAD prevent rcsid from being optimized out --- bb26fa4634abbbf1742263c2ad8960c60e479db1 diff --cc src/modules/rlm_otp/extern.h index 3dc2c1a,94e38ed..4dcd5f6 --- a/src/modules/rlm_otp/extern.h +++ b/src/modules/rlm_otp/extern.h @@@ -22,9 -22,12 +22,12 @@@ #ifndef EXTERN_H #define EXTERN_H + #include "ident.h" + RCSIDH(extern_h, "$Id$") + -#include -#include -#include +#include +#include +#include #include #include diff --cc src/modules/rlm_otp/otp.h index bf708b6,c57b368..defe016 --- a/src/modules/rlm_otp/otp.h +++ b/src/modules/rlm_otp/otp.h @@@ -21,9 -21,8 +21,8 @@@ #ifndef OTP_H #define OTP_H - #ifdef __SUNPRO_C - #pragma sun ident "$Id$" - #endif + #include "ident.h" -RCSIDH(otp_h, "$Id$") ++RCSIDH(otp_h, "$Id$"); #include diff --cc src/modules/rlm_otp/otp_pw_valid.c index cc90a1c,d443000..ba6709e --- a/src/modules/rlm_otp/otp_pw_valid.c +++ b/src/modules/rlm_otp/otp_pw_valid.c @@@ -21,11 -21,12 +21,12 @@@ * Copyright 2006 TRI-D Systems, Inc. */ - static const char rcsid[] = "$Id$"; + #include "ident.h" + RCSID("$Id$") -#include -#include -#include +#include "autoconf.h" +#include "radiusd.h" +#include "modules.h" #include "extern.h" #include "otp.h" diff --cc src/modules/rlm_otp/otp_rlm.c index 4574004,60d2c78..058ddea --- a/src/modules/rlm_otp/otp_rlm.c +++ b/src/modules/rlm_otp/otp_rlm.c @@@ -20,11 -20,12 +20,12 @@@ * Copyright 2005,2006 TRI-D Systems, Inc. */ - static const char rcsid[] = "$Id$"; + #include "ident.h" + RCSID("$Id$") -#include -#include -#include +#include +#include +#include #include "extern.h" #include "otp.h"