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
12 lines
248 B
C
12 lines
248 B
C
--- ./vier.c.orig 1992-07-29 02:04:22.000000000 +0200
|
|
+++ ./vier.c 2014-03-30 13:14:36.788587125 +0200
|
|
@@ -1,6 +1,8 @@
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
+#include <unistd.h>
|
|
+#include <string.h>
|
|
|
|
time_t time();
|
|
|