mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
103995d974
- Use SUB_FILES to create pmfrc.default [1] - Added another MASTER_SITE - Recreated patches with "make makepatch" for readability - Added handling for NOPORTEXAMPLES PR: ports/143146 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
12 lines
316 B
C
12 lines
316 B
C
--- ./misc.c.orig 1991-09-21 23:13:43.000000000 -0400
|
|
+++ ./misc.c 2010-02-02 14:21:04.000000000 -0500
|
|
@@ -16,7 +16,7 @@
|
|
#include "config.h"
|
|
#include "globals.h"
|
|
|
|
-extern long time();
|
|
+extern time_t time();
|
|
extern char *ctime();
|
|
|
|
/*---------------------------------------------------------------------------*/
|