summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorBen Collins <bcollins@debian.org>2000-08-01 03:40:51 +0000
committerBen Collins <bcollins@debian.org>2000-08-01 03:40:51 +0000
commitf31a2661f7cc000c33a88fc2671182efa7040c18 (patch)
tree6b81394ee8e566272f5b84dac73afac259de42b9 /dselect
parent422df81e3107be36ff72bdd44d1200abdda8432b (diff)
downloaddpkg-f31a2661f7cc000c33a88fc2671182efa7040c18.tar.gz
* archtable: sparc64 and ia64 edits
* dselect/main.cc: gcc 2.96 fixups
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 85ba9236f..57853e10e 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -117,7 +117,7 @@ extern "C" {
setvbuf(debug,0,_IONBF,0);
}
- static void setexpert() {
+ static void setexpert(const struct cmdinfo*, const char *v) {
expertmode = 1;
}
@@ -131,7 +131,7 @@ static const struct cmdinfo cmdinfos[]= {
{ "version", 0, 0, 0, 0, versiononly },
{ "licence", 0, 0, 0, 0, showcopyright }, /* UK spelling */
{ "license", 0, 0, 0, 0, showcopyright }, /* US spelling */
- { 0, 0 }
+ { 0, 0, 0, 0, 0, 0 }
};
static int cursesareon= 0;