svn commit: r186248 - head/lib/libarchive/test

Tim Kientzle kientzle at FreeBSD.org
Wed Dec 17 19:05:58 UTC 2008


Author: kientzle
Date: Wed Dec 17 19:05:58 2008
New Revision: 186248
URL: http://svn.freebsd.org/changeset/base/186248

Log:
  Fill in a missing const

Modified:
  head/lib/libarchive/test/main.c

Modified: head/lib/libarchive/test/main.c
==============================================================================
--- head/lib/libarchive/test/main.c	Wed Dec 17 19:05:25 2008	(r186247)
+++ head/lib/libarchive/test/main.c	Wed Dec 17 19:05:58 2008	(r186248)
@@ -897,7 +897,7 @@ int main(int argc, char **argv)
 	time_t now;
 	char *refdir_alloc = NULL;
 	char *progname, *p;
-	char *tmp;
+	const char *tmp;
 	char tmpdir[256];
 	char tmpdir_timestamp[256];
 


More information about the svn-src-all mailing list