Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 14:45:37 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45751: [bento] games/xdigger: Add missing header
Message-ID:  <200211261345.gAQDjbpJ003135@monster.theater.foldr.org>

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

>Number:         45751
>Category:       ports
>Synopsis:       [bento] games/xdigger: Add 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 26 05:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386

>Description:
sys/types.h is in the wrong place.
>How-To-Repeat:
>Fix:
diff -urN files.orig/patch-ab files/patch-ab
--- files.orig/patch-ab	Tue Oct  1 08:30:01 2002
+++ files/patch-ab	Tue Nov 26 14:40:29 2002
@@ -1,5 +1,20 @@
---- sound.c.orig	Sun Jul  4 02:52:36 1999
-+++ sound.c	Sun Sep  8 01:51:39 2002
+--- sound.c.orig	Sun Jul  4 11:52:36 1999
++++ sound.c	Tue Nov 26 14:39:57 2002
+@@ -23,13 +23,13 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/ioctl.h>
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #ifdef USE_PIPE
+ #else
+ #include <sys/msg.h>
+ #endif
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
+ #include <X11/Xlib.h>
 @@ -39,6 +39,9 @@
  #ifdef linux
  #include <linux/soundcard.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?200211261345.gAQDjbpJ003135>