mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
- Add manpages [1] - Add license [2] - Remove some unneeded patches [2] Reported by: obrien PR: ports/156490 [1] PR: ports/156491 [2]
13 lines
267 B
C
13 lines
267 B
C
--- cvs.h.orig 2009-03-25 14:19:20.000000000 -0700
|
|
+++ cvs.h 2011-04-18 23:55:35.000000000 -0700
|
|
@@ -29,6 +29,10 @@
|
|
|
|
#include <signal.h>
|
|
|
|
+/* For building on FreeBSD */
|
|
+#include <time.h>
|
|
+#define __dead
|
|
+
|
|
#include "config.h"
|
|
#include "file.h"
|
|
#include "log.h"
|