diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:56:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:56:48 +0000 |
commit | 54db456b02dbe25ad214121d1c38bf5cd5fab77e (patch) | |
tree | 7629995d8bc65c0cea48efdbc4fd43d6a57a52d2 /graphics/xli/files | |
parent | 82662fb79acf0f515c07a5ee86d88fade11502a5 (diff) |
Notes
Diffstat (limited to 'graphics/xli/files')
-rw-r--r-- | graphics/xli/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xli/files/patch-aa b/graphics/xli/files/patch-aa new file mode 100644 index 000000000000..d170886c1c07 --- /dev/null +++ b/graphics/xli/files/patch-aa @@ -0,0 +1,10 @@ +--- ./xli.h.org Thu Jul 28 18:13:28 1994 ++++ ./xli.h Wed Nov 23 21:03:24 1994 +@@ -288,6 +288,7 @@ + + void flipBits(); /* value.c */ + ++#define zopen zzopen /* to avoid conflict with zopen in stdio.h */ + ZFILE *zopen(); /* zio.c */ + int zread(); + void zunread(); |