6 --- cdrom_sgi.c~ 1993-01-12 18:59:51.000000000 +0000
8 @@ -26,6 +26,7 @@ static int c;
16 @@ -1075,10 +1076,9 @@ unsigned short *
20 - extern char *calloc();
23 - ptr = (unsigned short *) calloc(n, sizeof(unsigned short));
24 + ptr = calloc(n, sizeof(unsigned short));
28 @@ -1091,10 +1091,9 @@ struct msf *
32 - extern char *calloc();
35 - ptr = (struct msf *) calloc(n, sizeof(struct msf));
36 + ptr = calloc(n, sizeof(struct msf));