Deleted Added
full compact
0a1
> /* $OpenBSD: sftp-common.c,v 1.20 2006/08/03 03:34:42 deraadt Exp $ */
27d27
< RCSID("$OpenBSD: sftp-common.c,v 1.10 2003/11/10 16:23:41 jakob Exp $");
28a29,40
> #include <sys/types.h>
> #include <sys/stat.h>
> #include <sys/param.h>
>
> #include <grp.h>
> #include <pwd.h>
> #include <stdio.h>
> #include <string.h>
> #include <time.h>
> #include <stdarg.h>
>
> #include "xmalloc.h"
30d41
< #include "bufaux.h"
32d42
< #include "xmalloc.h"