FreeBSD Bugzilla – Attachment 22439 Details for
Bug 38931
Cleanup for WARNS=4 of src/games/fortune/strfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 681 bytes, created by
Giorgos Keramidas
on 2002-06-05 22:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2002-06-05 22:50:02 UTC
Size:
681 bytes
patch
obsolete
>Index: strfile.c >=================================================================== >RCS file: /home/ncvs/src/games/fortune/strfile/strfile.c,v >retrieving revision 1.21 >diff -u -r1.21 strfile.c >--- strfile.c 24 Mar 2002 01:09:35 -0000 1.21 >+++ strfile.c 5 Jun 2002 18:52:08 -0000 >@@ -147,13 +147,12 @@ > * CHUNKSIZE blocks; if the latter, we just write each pointer, > * and then seek back to the beginning to write in the table. > */ >-int main(ac, av) >-int ac; >-char **av; >+int >+main(int ac, char *av[]) > { > char *sp, dc; > FILE *inf, *outf; >- long last_off, length, pos, *p; >+ unsigned long last_off, length, pos, *p; > int first, cnt; > char *nsp; > STR *fp; >%%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38931
: 22439