summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-ab
blob: 5af9c672ec4a48467b18f9ee35d793f987b53d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./libpnmrw.c~	Thu Aug  1 08:52:14 1996
+++ ./libpnmrw.c	Thu Aug  1 08:51:26 1996
@@ -126,7 +126,9 @@
   pm_perror( reason )
 char* reason;
 {
+#ifndef __FreeBSD__
   extern char* sys_errlist[];
+#endif
   extern int errno;
   char* e;