* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char *rcsid = "$Sudo$";
-#endif /* lint */
-
#include <sys/types.h>
#include <string.h>
#include "config.h"
+#ifndef lint
+static const char rcsid[] = "$Sudo$";
+#endif /* lint */
+
+
/*
* Appends src to string dst of size siz (unlike strncat, siz is the
* full size of dst, not space left). At most siz-1 characters
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char *rcsid = "$Sudo$";
-#endif /* lint */
-
#include <sys/types.h>
#include "config.h"
+#ifndef lint
+static const char rcsid[] = "$Sudo$";
+#endif /* lint */
+
/*
* Copy src to string dst of size siz. At most siz-1 characters
* will be copied. Always NUL terminates (unless siz == 0).