summaryrefslogtreecommitdiff
path: root/archivers/squsq/patches/patch-aa
blob: 6c08acc34242dd4c55e709bade2b8b71f710f6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1 2001/09/15 21:44:45 wiz Exp $

--- usq.c.orig	Sun Jan 17 01:54:04 1988
+++ usq.c
@@ -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);