diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 13:48:55 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 13:48:55 +0100 |
commit | a8e06cef35c205e1aa562513c6d034a10c8c9a6d (patch) | |
tree | cf8bdb4466f553088c020b9179cabd6eaf196075 /sftp-glob.c | |
parent | - (djm) OpenBSD CVS Sync (diff) | |
download | openssh-a8e06cef35c205e1aa562513c6d034a10c8c9a6d.tar.xz openssh-a8e06cef35c205e1aa562513c6d034a10c8c9a6d.zip |
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[everything]
unexpand and delete whitespace at EOL; ok markus@
(done locally and RCS IDs synced)
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index ee122a2cd..4f2234654 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -89,7 +89,7 @@ fudge_readdir(struct SFTP_OPENDIR *od) #ifdef __GNU_LIBRARY__ /* * Idiot glibc uses extensions to struct dirent for readdir with - * ALTDIRFUNCs. Not that this is documented anywhere but the + * ALTDIRFUNCs. Not that this is documented anywhere but the * source... Fake an inode number to appease it. */ ret->d_ino = inum++; |