diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 17:50:03 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 17:50:03 +0000 |
commit | d05487d1db230db5d55c217fac907a5694bd7dd5 (patch) | |
tree | 9401ca147c6eac8b5cb99790cedc0306622b654e /sftp-common.c | |
parent | 38b951cdb22cde13e1c625a85769be03e7d35b4d (diff) |
- deraadt@cvs.openbsd.org 2001/12/02 02:08:32
[sftp-common.c]
zap };
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c index 923504811..4fb449655 100644 --- a/sftp-common.c +++ b/sftp-common.c | |||
@@ -24,7 +24,7 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $"); | 27 | RCSID("$OpenBSD: sftp-common.c,v 1.5 2001/12/02 02:08:32 deraadt Exp $"); |
28 | 28 | ||
29 | #include "buffer.h" | 29 | #include "buffer.h" |
30 | #include "bufaux.h" | 30 | #include "bufaux.h" |
@@ -144,6 +144,6 @@ fx2txt(int status) | |||
144 | return("Operation unsupported"); | 144 | return("Operation unsupported"); |
145 | default: | 145 | default: |
146 | return("Unknown status"); | 146 | return("Unknown status"); |
147 | }; | 147 | } |
148 | /* NOTREACHED */ | 148 | /* NOTREACHED */ |
149 | } | 149 | } |