summaryrefslogtreecommitdiff
path: root/build/parsePrep.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-27 23:18:10 +0000
committerjbj <devnull@localhost>1999-10-27 23:18:10 +0000
commit0d0b405c201b43f2eebc61257f5992931e1cdb0c (patch)
tree7b19eee73f74dbd86e65255cff8be16b58292035 /build/parsePrep.c
parent82c75cb6a261465700ca469793b54ad68bef99a8 (diff)
downloadrpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.gz
rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.bz2
rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.zip
use compressed filenames on install side.
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r--build/parsePrep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c
index 7aa17f54f..83e45ce3e 100644
--- a/build/parsePrep.c
+++ b/build/parsePrep.c
@@ -5,7 +5,7 @@
/* These have to be global to make up for stupid compilers */
static int leaveDirs, skipDefaultAction;
static int createDir, quietly;
- /*@observer@*/ /*@null@*/ static char * dirName;
+ /*@observer@*/ /*@null@*/ static const char * dirName = NULL;
static struct poptOption optionsTable[] = {
{ NULL, 'a', POPT_ARG_STRING, NULL, 'a', NULL, NULL},
{ NULL, 'b', POPT_ARG_STRING, NULL, 'b', NULL, NULL},
@@ -176,9 +176,9 @@ static int doSetupMacro(Spec spec, char *line)
StringBuf after;
poptContext optCon;
int argc;
- char ** argv;
+ const char ** argv;
int arg;
- char * optArg;
+ const char * optArg;
int rc;
int num;