Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 1998 01:42:23 +0300 (MSK)
From:      Andrew Maltsev <am@amsoft.ru>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/5729: poll.h missed in RELENG_2_2
Message-ID:  <199802122242.BAA02799@amsoft.ru>

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

>Number:         5729
>Category:       kern
>Synopsis:       poll.h missed in RELENG_2_2 but required at least by isa/snd/sound.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 15:10:02 PST 1998
>Last-Modified:
>Originator:     Andrew Maltsev
>Organization:
AM'SOFT
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	

>Description:

	sys/poll.h missed in RELENG_2_2, but required by at least i386/isa/sound.h

>How-To-Repeat:

	Try to compile 2.2 with new sound driver

>Fix:
	
	Add sys/poll.h from HEAD and
		typedef int d_poll_t(dev_t,int,struct proc *);
	to sys/conf.h:RELENG_2_2 from HEAD.

	After these additions kernel compiles ok.

>Audit-Trail:
>Unformatted:

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



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