FreeBSD Bugzilla – Attachment 25940 Details for
Bug 44288
Fix build of x11-fm/ezfm on -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 505 bytes, created by
Steven G. Kargl
on 2002-10-20 00:00:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven G. Kargl
Created:
2002-10-20 00:00:17 UTC
Size:
505 bytes
patch
obsolete
>--- ezfm.h.orig Sat Oct 19 15:44:40 2002 >+++ ezfm.h Sat Oct 19 15:46:16 2002 >@@ -52,8 +52,11 @@ > #define REMOVABLE_DRIVES > #endif > /*************************************************************/ >-EXTERN int erron, sys_nerr; >+EXTERN int erron; >+#ifndef __FreeBSD__ >+EXTERN int sys_nerr; > EXTERN char *sys_errlist[]; >+#endif > #define syserr(en) (((en) >= 0 && (en) < sys_nerr) ? sys_errlist[(en)] : "Unknown error") > #define SECONDS_IN_YEAR 31536000 > #define SelectionBackground "yellow"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44288
: 25940