diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-18 11:32:41 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-18 11:32:41 +0000 |
commit | 7e97d531b4bade0bc002d2bbaa6469cfa700dff0 (patch) | |
tree | eede1b2488c1b7b423f9998e62a9a13a6ff60292 /graphics/graphviz/files/patch-tools::sfio::sfhdr.h | |
parent | Mark IGNORE with $OSVERSION >= 500100. (diff) |
Update to 1.9
Submitted by: Marco Molteni <molter@tin.it> (partially)
Notes
Notes:
svn path=/head/; revision=75798
Diffstat (limited to 'graphics/graphviz/files/patch-tools::sfio::sfhdr.h')
-rw-r--r-- | graphics/graphviz/files/patch-tools::sfio::sfhdr.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/graphics/graphviz/files/patch-tools::sfio::sfhdr.h b/graphics/graphviz/files/patch-tools::sfio::sfhdr.h index dee4a6c658aa..efdc60a1cad5 100644 --- a/graphics/graphviz/files/patch-tools::sfio::sfhdr.h +++ b/graphics/graphviz/files/patch-tools::sfio::sfhdr.h @@ -1,6 +1,17 @@ ---- tools/sfio/sfhdr.h.orig Thu Apr 18 10:28:45 2002 -+++ tools/sfio/sfhdr.h Thu Apr 18 10:29:17 2002 -@@ -230,7 +230,9 @@ +--- tools/sfio/sfhdr.h.orig Fri Apr 27 04:17:42 2001 ++++ tools/sfio/sfhdr.h Tue Feb 18 19:26:37 2003 +@@ -122,6 +122,10 @@ + #include <errno.h> + #include <ctype.h> + ++#ifndef va_copy ++#define va_copy(to,fr) ((to)=(fr)) ++#endif ++ + #if vt_threaded + + /* initialization */ +@@ -230,7 +234,9 @@ #endif #if _hdr_values |