summaryrefslogtreecommitdiffstats
path: root/tools/build/cklength.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-21 16:50:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-21 16:50:18 +0000
commit419fdf1248633b8d933d5d2c739b36d09f52cda0 (patch)
tree6cb017ae0b45803a55e2a284b430dd70fb13ff98 /tools/build/cklength.c
parentAdded Code to dop the output in a format which a custom Visual Basic (diff)
downloadrtems-419fdf1248633b8d933d5d2c739b36d09f52cda0.tar.bz2
Corrected prototypes for main per Ralf Corsepius' report of warnings
generated when egcs is used with "-Wall -pedantic".
Diffstat (limited to 'tools/build/cklength.c')
-rw-r--r--tools/build/cklength.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build/cklength.c b/tools/build/cklength.c
index 6059cacb1f..ef271971fc 100644
--- a/tools/build/cklength.c
+++ b/tools/build/cklength.c
@@ -83,8 +83,10 @@ long getparm(char *s, long min, long max, char *msg);
#define stol(p) strtol(p, (char **) NULL, 0)
int Open(), Read(), Write();
-int
-main(int argc, char **argv, char **env)
+int main(
+ int argc,
+ char **argv
+)
{
register int c;
int showusage = FALSE; /* usage error? */