RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 20-Oct-2007 07:30:20
Branch: HEAD Handle: 2007102006302000
Modified files:
rpm/build files.c
Log:
- rpm.org: add a const.
Summary:
Revision Changes Path
1.277 +2 -1 rpm/build/files.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/build/files.c
============================================================================
$ cvs diff -u -r1.276 -r1.277 files.c
--- rpm/build/files.c 19 Oct 2007 00:36:43 -0000 1.276
+++ rpm/build/files.c 20 Oct 2007 05:30:20 -0000 1.277
@@ -217,12 +217,13 @@
#endif
/**
+ * Strip quotes from strtok(3) string.
* @param s string
* @param delim token delimiters
*/
/*@-boundswrite@*/
/*@null@*/
-static char *strtokWithQuotes(/*@null@*/ char *s, char *delim)
+static char *strtokWithQuotes(/*@null@*/ char *s, const char *delim)
/*@modifies *s @*/
{
static char *olds = NULL;
@@ .
Received on Sat Oct 20 07:30:20 2007