lots of small fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@331 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-24 06:57:50 +00:00
parent 6e774b61f7
commit 521dcd469e
8 changed files with 30 additions and 27 deletions

View File

@@ -30,7 +30,6 @@ pop_dropcopy(POP *p, struct passwd *pwp)
char buffer[BUFSIZ]; /* Read buffer */
long offset; /* Old/New boundary */
int nchar; /* Bytes written/read */
struct stat mybuf; /* For lstat() */
/* Create a temporary maildrop into which to copy the updated maildrop */
(void)sprintf(p->temp_drop,POP_DROP,p->user);