R=golang-codereviews, gobot, rsc
CC=golang-codereviews
https://golang.org/cl/
53950043
* look for the next file in an archive.
* adapted from libmach.
*/
-int
-nextar(Biobuf *bp, int off, struct ar_hdr *a)
+static vlong
+nextar(Biobuf *bp, vlong off, struct ar_hdr *a)
{
int r;
int32 arsize;
void
objfile(char *file, char *pkg)
{
- int32 off, l;
+ vlong off, l;
Biobuf *f;
char magbuf[SARMAG];
char pname[150];
void mark(LSym *s);
void mywhatsys(void);
struct ar_hdr;
-int nextar(Biobuf *bp, int off, struct ar_hdr *a);
void objfile(char *file, char *pkg);
void patch(void);
int pathchar(void);