less warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-26 21:41:16 +00:00
parent 3e317bb818
commit aaafb2bf9c
30 changed files with 149 additions and 82 deletions

View File

@@ -70,7 +70,7 @@ pop_init(POP *p,int argcount,char **argmessage)
int len;
int options = 0;
int sp = 0; /* Socket pointer */
char * trace_file_name;
char * trace_file_name = "/tmp/popper-trace";
int inetd = 0;
/* Initialize the POP parameter block */
@@ -83,7 +83,7 @@ pop_init(POP *p,int argcount,char **argmessage)
k_gethostname(p->myhost,MaxHostNameLen);
/* Open the log file */
(void)openlog(p->myname,POP_LOGOPTS,POP_FACILITY);
openlog(p->myname,POP_LOGOPTS,POP_FACILITY);
/* Process command line arguments */
while ((c = getopt(argcount,argmessage,