diff options
Diffstat (limited to 'src/libfreeswan/pfkey_v2_build.c')
-rw-r--r-- | src/libfreeswan/pfkey_v2_build.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libfreeswan/pfkey_v2_build.c b/src/libfreeswan/pfkey_v2_build.c index 12ef26fd2..ddc21040f 100644 --- a/src/libfreeswan/pfkey_v2_build.c +++ b/src/libfreeswan/pfkey_v2_build.c @@ -11,15 +11,13 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. - * - * RCSID $Id$ */ /* * Template from klips/net/ipsec/ipsec/ipsec_parser.c. */ -char pfkey_v2_build_c_version[] = "$Id$"; +char pfkey_v2_build_c_version[] = ""; # include <sys/types.h> # include <sys/socket.h> |