mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
12 lines
182 B
C
12 lines
182 B
C
--- eights.c.orig 2016-06-20 14:33:50 UTC
|
|
+++ eights.c
|
|
@@ -5,6 +5,8 @@
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
|
|
+#define debug
|
|
+
|
|
#ifdef DEBUG
|
|
#undef debug
|
|
#define debug printf
|