diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/webstone/files/patch-genrand.c | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363346
Diffstat (limited to 'www/webstone/files/patch-genrand.c')
-rw-r--r-- | www/webstone/files/patch-genrand.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/webstone/files/patch-genrand.c b/www/webstone/files/patch-genrand.c new file mode 100644 index 000000000000..467174752a66 --- /dev/null +++ b/www/webstone/files/patch-genrand.c @@ -0,0 +1,17 @@ +--- genrand.c~ 1998-07-25 09:50:16.000000000 +0200 ++++ genrand.c 2011-12-20 19:16:38.086174883 +0100 +@@ -31,7 +31,7 @@ + #include <sys/stat.h> + #include "sysdep.h" + +-void ++int + main(const int argc, char* argv[]) + { + FILE* file; +@@ -70,4 +70,5 @@ + } + + fclose(file); ++ return(0); + } |