diff options
-rw-r--r-- | lang/p2c/files/patch-trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p2c/files/patch-trans.h b/lang/p2c/files/patch-trans.h index 7c1cf52229f7..9865d08f3392 100644 --- a/lang/p2c/files/patch-trans.h +++ b/lang/p2c/files/patch-trans.h @@ -13,7 +13,7 @@ /* Our library omits declarations for these functions! */ -+#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) int link PP( (char *, char *) ); int unlink PP( (char *) ); +#endif |