summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
commitef4eea9badfb65f05ac24f786b710cc3f27f0e43 (patch)
treef54abef181ccd6ad5285a5c16b4c159d8b74e932 /scp.c
parentd2ddda4efab29fd8663757634773fa10e557e0f3 (diff)
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index f8f123af4..7d818a558 100644
--- a/scp.c
+++ b/scp.c
@@ -308,7 +308,7 @@ main(argc, argv)
308 remin = STDIN_FILENO; 308 remin = STDIN_FILENO;
309 remout = STDOUT_FILENO; 309 remout = STDOUT_FILENO;
310 310
311 if (fflag) { 311 if (fflag) {
312 /* Follow "protocol", send data. */ 312 /* Follow "protocol", send data. */
313 (void) response(); 313 (void) response();
314 source(argc, argv); 314 source(argc, argv);
@@ -1060,7 +1060,7 @@ allocbuf(bp, fd, blksize)
1060 size = blksize + (stb.st_blksize - blksize % stb.st_blksize) % 1060 size = blksize + (stb.st_blksize - blksize % stb.st_blksize) %
1061 stb.st_blksize; 1061 stb.st_blksize;
1062#else /* HAVE_ST_BLKSIZE */ 1062#else /* HAVE_ST_BLKSIZE */
1063 size = blksize; 1063 size = blksize;
1064#endif /* HAVE_ST_BLKSIZE */ 1064#endif /* HAVE_ST_BLKSIZE */
1065 if (bp->cnt >= size) 1065 if (bp->cnt >= size)
1066 return (bp); 1066 return (bp);