Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 08:43:34 +0800 (CST)
From:      phj@cn.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21213: patche of /usr/ports/chinese/chinput
Message-ID:  <200009120043.IAA17822@cn.FreeBSD.org>

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

>Number:         21213
>Category:       ports
>Synopsis:       fix order of include headers.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 11 17:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peng HaiJie
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
cn.FreeBSD.org
>Environment:
3.4-STABLE
	

>Description:
Problem of port /usr/ports/chinese/chinput
the bad order of headers in file HZpyInput.c make it can not
be compiled correctly on 3.4-XXX,4.x-XXX.

	

>How-To-Repeat:
just make it.
	

>Fix:
*** HZpyInput.c.orig    Tue Sep 12 08:23:19 2000
--- HZpyInput.c Tue Sep 12 08:11:45 2000
***************
*** 47,56 ****
  #include <stdio.h>
  #include <signal.h>
  #include <stdarg.h>
  #include <sys/ipc.h>
  #include <sys/shm.h>
  #include <sys/param.h>
- #include <sys/types.h>
  #include <sys/stat.h>
  
  
--- 47,56 ----
  #include <stdio.h>
  #include <signal.h>
  #include <stdarg.h>
+ #include <sys/types.h>
  #include <sys/ipc.h>
  #include <sys/shm.h>
  #include <sys/param.h>
  #include <sys/stat.h>

	


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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