fd725de7e0
- Change master sites, add icon - Take maintainership - Remove DEPRECATED, EXPIRATION_DATE - Add USE_CSTD=gnu89 - Support STAGEDIR - Use PLIST_FILES instead of pkg-plist - Add Desktop entry file - Fix install with stage, use do-install - Recreate patch with make makepatch, remove obsolete changes - Add patches, fix bad C code - Change pkg-descr
9 lines
264 B
C
9 lines
264 B
C
--- ./vier.h.orig 1992-07-29 02:04:23.000000000 +0200
|
|
+++ ./vier.h 2014-03-30 13:14:36.798575126 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-char *malloc();
|
|
+#include <stdlib.h> /* malloc, free, rand */
|
|
|
|
extern int rows, columns, vnum;
|
|
extern int row_col, row_1_col, row_2_col;
|