1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build on arches other than i386.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2005-12-08 13:42:17 +00:00
parent 19a6e2d413
commit e7e8131be9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150664
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
--- src/freebsd.c.orig Fri Dec 9 16:24:52 2005
+++ src/freebsd.c Fri Dec 9 16:25:12 2005
@@ -741,9 +741,9 @@
return out;
}
+#endif
+
/* empty stub so conky links */
void free_all_processes( void )
{
}
-
-#endif

View File

@ -0,0 +1,14 @@
--- src/freebsd.c.orig Fri Dec 9 16:24:52 2005
+++ src/freebsd.c Fri Dec 9 16:25:12 2005
@@ -741,9 +741,9 @@
return out;
}
+#endif
+
/* empty stub so conky links */
void free_all_processes( void )
{
}
-
-#endif