]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(join): Protoize. Somehow, protoize missed this one.
authorJim Meyering <jim@meyering.net>
Sun, 5 Nov 1995 16:58:15 +0000 (16:58 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Nov 1995 16:58:15 +0000 (16:58 +0000)
src/join.c

index 9054e5e8300abfb5fe4ecddb37a89b5663dbf94e..b674c96997de9202acb6e909dcba75b4d7a01cc4 100644 (file)
@@ -483,9 +483,7 @@ prjoin (struct line *line1, struct line *line2)
 /* Print the join of the files in FP1 and FP2.  */
 
 static void
-join (fp1, fp2)
-     FILE *fp1;
-     FILE *fp2;
+join (FILE *fp1, FILE *fp2)
 {
   struct seq seq1, seq2;
   struct line line;