Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:06:55 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        trevor@FreeBSD.org
Subject:   ports/44931: [patch] astro/openuniverse: Include missing header
Message-ID:  <200211051406.gA5E6tEY025991@monster.ikea.net>

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

>Number:         44931
>Category:       ports
>Synopsis:       [patch] astro/openuniverse: Include missing header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 06:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


>Description:
Include string.h for some missing prototypes (req'd on -current).
>How-To-Repeat:
>Fix:
diff -urN ofiles/patch-src-ou.h files/patch-src-ou.h
--- ofiles/patch-src-ou.h	Thu Jan  1 01:00:00 1970
+++ files/patch-src-ou.h	Tue Nov  5 15:00:27 2002
@@ -0,0 +1,10 @@
+--- src/ou.h.orig	Tue Nov  5 14:59:50 2002
++++ src/ou.h	Tue Nov  5 15:00:06 2002
+@@ -19,6 +19,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <math.h>
+ 
+ #ifdef WIN32

>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?200211051406.gA5E6tEY025991>