projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archive 961008
[kopensolaris-gnu/glibc.git]
/
stdio-common
/
bug8.c
diff --git
a/stdio-common/bug8.c
b/stdio-common/bug8.c
index
39a4185
..
77bbfe3
100644
(file)
--- a/
stdio-common/bug8.c
+++ b/
stdio-common/bug8.c
@@
-1,7
+1,8
@@
#include <stdio.h>
#include <string.h>
-main()
+int
+main(int argc, char *argv[])
{
char buf[100];
int point, x, y;
@@
-23,4
+24,4
@@
main()
puts (status ? "Test failed" : "Test passed");
return status;
-}
+}