diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-05 11:11:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-05 11:11:40 +0000 |
commit | 6ff84648d304debc0bedce7f6242fc2c69e4fbfc (patch) | |
tree | 02d4f8484d9c0e7263c12ff17e3440d46a559ce9 /graphics/opendx/files/patch-ab | |
parent | Fix a typo (PORTS --> PORTSDIR). (diff) |
Upgrade to 4.1.3.
PR: 28307
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes:
svn path=/head/; revision=44783
Diffstat (limited to 'graphics/opendx/files/patch-ab')
-rw-r--r-- | graphics/opendx/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/opendx/files/patch-ab b/graphics/opendx/files/patch-ab deleted file mode 100644 index ae1d50333be4..000000000000 --- a/graphics/opendx/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- include/dx/arch.h.orig Wed May 26 01:14:59 1999 -+++ include/dx/arch.h Thu May 27 09:49:29 1999 -@@ -785,6 +785,16 @@ - - #endif /* alphax */ - -+/* -+ * FreeBSD (and probably NetBSD and OpenBSD) -+ */ -+#ifdef __FreeBSD__ -+ -+#undef F_CHAR_READY -+#define F_CHAR_READY(fp) ((fp)->_r > 0 || (fp)->_ub._base) -+ -+#endif /* __FreeBSD__ */ -+ - - - /* if standard IEEE floating point, these are the constants. the |