Deleted Added
full compact
155c155
< static int slength(struct slist *);
---
> static u_int slength(struct slist *);
158c158
< static int count_stmts(struct block *);
---
> static u_int count_stmts(struct block *);
1907c1907
< static int
---
> static u_int
1911c1911
< int n = 0;
---
> u_int n = 0;
1973c1973
< static int
---
> static u_int
1977c1977
< int n;
---
> u_int n;
2266c2266
< int *lenp;
---
> u_int *lenp;
2268c2268
< int n;
---
> u_int n;