summaryrefslogtreecommitdiff
path: root/games/xoj/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-24 06:38:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-24 06:38:22 +0000
commitd0d472db04960200a49d5a35f5e9c19e4f7ebf9a (patch)
treee0b9f368d02907b5a526dfe62f856f08ecf0ba6e /games/xoj/files/patch-aa
parent* update to version 2.2 (diff)
I committed this port in the interest of closing a PR, but I'm really
uncomforatble with how people might interpret what this port symbolizes. If someone wants it back, then they can commit it themselves. Thanks and sorry for the confusion.
Notes
Notes: svn path=/head/; revision=23977
Diffstat (limited to 'games/xoj/files/patch-aa')
-rw-r--r--games/xoj/files/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/games/xoj/files/patch-aa b/games/xoj/files/patch-aa
deleted file mode 100644
index f01259700801..000000000000
--- a/games/xoj/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- xoj.c.orig Tue Jul 26 09:10:19 1994
-+++ xoj.c Sun Dec 19 22:32:12 1999
-@@ -106,7 +106,9 @@
- void UpdateCop();
- void DrawCop();
- void EraseCop();
-+#ifndef __FreeBSD__
- void usleep();
-+#endif
- Pixel AllocNamedColor();
-
- void
-@@ -584,6 +586,7 @@
- /*
- * sleep for a number of micro-seconds
- */
-+#ifndef __FreeBSD__
- void usleep(usec)
- unsigned long usec;
- {
-@@ -596,6 +599,7 @@
- select(0, (void *)0, (void *)0, (void *)0, &t);
- #endif
- }
-+#endif
-
-
-