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

Comparing Convert-UUlib/uulib/uunconc.c (file contents):
Revision 1.29 by root, Sun Dec 13 02:55:12 2020 UTC vs.
Revision 1.30 by root, Sat Sep 24 06:02:04 2022 UTC

52#include <crc32.h> 52#include <crc32.h>
53#include <uudeview.h> 53#include <uudeview.h>
54#include <uuint.h> 54#include <uuint.h>
55#include <fptools.h> 55#include <fptools.h>
56#include <uustring.h> 56#include <uustring.h>
57
58char * uunconc_id = "$Id: uunconc.c,v 1.29 2020/12/13 02:55:12 root Exp $";
59 57
60/* for braindead systems */ 58/* for braindead systems */
61#ifndef SEEK_SET 59#ifndef SEEK_SET
62#ifdef L_BEGIN 60#ifdef L_BEGIN
63#define SEEK_SET L_BEGIN 61#define SEEK_SET L_BEGIN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines