Files
ports/games/xvier/files/patch-vier.h
T
Rusmir Dusko fd725de7e0 - Bump PORTREVISION
- 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
2014-03-30 13:59:07 +00:00

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;