Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2006 04:19:51 GMT
From:      Masanori OZAWA <ozawa@ongs.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96345: [PATCH] textproc/iiimf-server: build error fixed.
Message-ID:  <200604260419.k3Q4JpCD048703@www.freebsd.org>
Resent-Message-ID: <200604260420.k3Q4KIfI012549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96345
>Category:       ports
>Synopsis:       [PATCH] textproc/iiimf-server: build error fixed.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 04:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Masanori OZAWA
>Release:        FreeBSD 6.0-RELEASE-p6
>Organization:
ONGS Inc.
>Environment:
FreeBSD mithos.ongs.co.jp 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Thu Mar 23 12:16:26 JST 2006     root@mithos.ongs.co.jp:/usr/obj/usr/src/sys/MITHOS  i386
>Description:
- build error fixed. 
(http://dosirak.kr.freebsd.org/errorlogs/i386-errorlogs/e.7.2006031211/iiimf-server-12.2.log)
>How-To-Repeat:

>Fix:
diff -urN iiimf-server.orig/files/patch-iiimsf_lib_iml_fop.c iiimf-server/files/patch-iiimsf_lib_iml_fop.c
--- iiimf-server.orig/files/patch-iiimsf_lib_iml_fop.c	Thu Jan  1 09:00:00 1970
+++ iiimf-server/files/patch-iiimsf_lib_iml_fop.c	Wed Apr 26 13:09:33 2006
@@ -0,0 +1,12 @@
+--- iiimsf/lib/iml/fop.c.orig	Wed Apr 26 11:16:43 2006
++++ iiimsf/lib/iml/fop.c	Wed Apr 26 11:22:55 2006
+@@ -995,7 +995,9 @@
+ 	break;
+     case F_SETFD:
+     case F_SETFL:
++#if __BSD_VISIBLE || __XSI_VISIBLE || __POSIX_VISIBLE >= 200112
+     case F_SETOWN:
++#endif
+ 	arg_int = va_arg(ap, int);
+ 	rv = func(fopc, file->value, cmd, arg_int);
+ 	break;

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604260419.k3Q4JpCD048703>