- (bal) A bit more whitespace cleanup
This commit is contained in:
parent
aa630def4d
commit
e5b3fb351e
|
@ -101,6 +101,7 @@
|
||||||
- (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
|
- (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
|
||||||
- (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
|
- (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
|
||||||
- (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
|
- (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
|
||||||
|
- (bal) A bit more whitespace cleanup
|
||||||
|
|
||||||
20010210
|
20010210
|
||||||
- (djm) Sync sftp and scp stuff from OpenBSD:
|
- (djm) Sync sftp and scp stuff from OpenBSD:
|
||||||
|
@ -3884,4 +3885,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.737 2001/02/10 23:44:47 mouring Exp $
|
$Id: ChangeLog,v 1.738 2001/02/10 23:56:35 mouring Exp $
|
||||||
|
|
|
@ -173,5 +173,4 @@ protocol versions 1.5 and 2.0.
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
.Xr ssh-add 1 ,
|
.Xr ssh-add 1 ,
|
||||||
.Xr ssh-keygen 1 ,
|
.Xr ssh-keygen 1 ,
|
||||||
.Xr sshd 8 ,
|
.Xr sshd 8
|
||||||
.Xr ssl 8
|
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "uuencode.h"
|
#include "uuencode.h"
|
||||||
|
|
||||||
|
#include <resolv.h>
|
||||||
|
|
||||||
RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $");
|
RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $");
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue