Another bit of ansification

This commit is contained in:
Baptiste Daroussin 2015-05-05 07:42:10 +00:00
parent b16000da4b
commit c78092e8d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282450

View File

@ -128,9 +128,7 @@ const char *language = "c"; /* the language indicator */
#define ps(x) printf("%s", x) #define ps(x) printf("%s", x)
int int
main(argc, argv) main(int argc, char **argv)
int argc;
char *argv[];
{ {
const char *fname = ""; const char *fname = "";
struct stat stbuf; struct stat stbuf;