From 3e22607c5ba702824afd838132591123ae6ad9c3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Jul 1996 03:39:45 +0000 Subject: Correct doc comment. svn path=/trunk/; revision=30 --- options.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 66c7f401..cd10d138 100644 --- a/options.c +++ b/options.c @@ -84,7 +84,8 @@ static struct option longoptions[] = { if negative, the command line is has one or more syntax errors. calls: none. - globals: outlevel. + globals: writes outlevel, versioninfo, yydebug, logfile, + poll_interval, quitmode, poprcfile. *********************************************************************/ int parsecmdline (argc,argv,options) @@ -272,7 +273,7 @@ struct optrec *options; return value: zero if defaults were successfully set, else non-zero (indicates a problem reading /etc/passwd). calls: none. - globals: writes outlevel. + globals: writes outlevel, poprcfile. *********************************************************************/ int setdefaults (options) @@ -309,7 +310,7 @@ struct optrec *options; (void) sprintf(options->mda, DEF_MDA, options->localname); - poprcfile = + poprcfile = (char *) xmalloc(strlen(pw->pw_dir)+strlen(POPRC_NAME)+2); strcpy(poprcfile, pw->pw_dir); -- cgit v1.2.3