]> andersk Git - openssh.git/blobdiff - includes.h
- djm@cvs.openbsd.org 2005/05/19 02:42:26
[openssh.git] / includes.h
index 3d3aa3b21c3463ea9740b461a6814cd12bbef844..1625f8e302bfa38d328af4ddbe4c3bff32933758 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: includes.h,v 1.18 2004/06/13 15:03:02 djm Exp $       */
+/*     $OpenBSD: includes.h,v 1.19 2005/05/19 02:42:26 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -17,7 +17,7 @@
 #define INCLUDES_H
 
 #define RCSID(msg) \
-static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
+static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 
 #include "config.h"
 
This page took 0.032459 seconds and 4 git commands to generate.