ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uuencode.c
(Generate patch)

Comparing Convert-UUlib/uulib/uuencode.c (file contents):
Revision 1.10 by root, Fri Dec 11 20:09:23 2020 UTC vs.
Revision 1.11 by root, Sat Sep 24 06:02:04 2022 UTC

54#define SEEK_SET L_BEGIN 54#define SEEK_SET L_BEGIN
55#else 55#else
56#define SEEK_SET 0 56#define SEEK_SET 0
57#endif 57#endif
58#endif 58#endif
59
60char * uuencode_id = "$Id: uuencode.c,v 1.10 2020/12/11 20:09:23 root Exp $";
61 59
62#if 0 60#if 0
63/* 61/*
64 * the End-Of-Line string. MIME enforces CRLF, so that's what we use. Some 62 * the End-Of-Line string. MIME enforces CRLF, so that's what we use. Some
65 * implementations of uudecode will complain about a missing end line, since 63 * implementations of uudecode will complain about a missing end line, since

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines