1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/archivers/squsq/files/patch-aa
Max Khon d0ff81f6dc New port: squsq
Compressor/decompressor for CP/M "Squeeze" compressed files.

Submitted by:	Alexey Dokuchaev
Obtained from:	NetBSD
2003-05-12 13:30:46 +00:00

21 lines
433 B
Plaintext

--- usq.c.orig Sun Jan 17 01:54:04 1988
+++ usq.c Sun Jan 17 01:54:05 1988
@@ -215,7 +215,7 @@
goto closein;
}
-#ifdef C70 | TOPS20
+#if defined(C70) || defined(TOPS20)
filecrc = getx16(inbuff);
#else
filecrc = getw16(inbuff);
@@ -239,7 +239,7 @@
printf("%s -> %s: ", infile, outfile);
#endif
-#ifdef C70 | TOPS20
+#if defined(C70) || defined(TOPS20)
numnodes = getx16(inbuff);
#else
numnodes = getw16(inbuff);