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

remove forgotten patch-file

PR:		ports/56741
This commit is contained in:
Edwin Groothuis 2003-09-24 12:03:00 +00:00
parent edf55c7a6d
commit 750856b474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89205

View File

@ -1,18 +0,0 @@
--- panel-plugin/apmlib.c.orig Thu Jul 31 09:34:47 2003
+++ panel-plugin/apmlib.c Thu Jul 31 09:18:25 2003
@@ -18,6 +18,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
+
+#if defined(__linux__)
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -463,3 +466,5 @@
return buffer;
}
+
+#endif