diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-10 20:54:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-10 20:54:31 +0000 |
commit | 0b492338342594036c88b5612722cf6677173bc3 (patch) | |
tree | c213c16e80016799f8252f751e2e5213a43acbc5 /devel/distcc/files/patch-src::distcc.h | |
parent | Add entropy 1.0, calculate data entropy to benchmark compression (diff) |
Update to 0.7
PR: 40873
Submitted by: maintainer
Diffstat (limited to 'devel/distcc/files/patch-src::distcc.h')
-rw-r--r-- | devel/distcc/files/patch-src::distcc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/distcc/files/patch-src::distcc.h b/devel/distcc/files/patch-src::distcc.h new file mode 100644 index 000000000000..98993690b7e1 --- /dev/null +++ b/devel/distcc/files/patch-src::distcc.h @@ -0,0 +1,12 @@ +--- src/distcc.h.orig Sat Aug 10 21:53:27 2002 ++++ src/distcc.h Sat Aug 10 21:53:41 2002 +@@ -43,9 +43,6 @@ + # define UNUSED(x) x + #endif /* !__GNUC__ && !__LCLINT__ */ + +-#ifndef HAVE_SA_FAMILY_T +-typedef int sa_family_t; +-#endif + + + struct dcc_hostdef; |