Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 1999 04:46:33 -0700 (PDT)
From:      bgregor@buphy.bu.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/13722: typo in /usr/include/sys/mman.h
Message-ID:  <19990913114633.DED3C14E59@hub.freebsd.org>

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

>Number:         13722
>Category:       kern
>Synopsis:       typo in /usr/include/sys/mman.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 04:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brian Gregor
>Release:        3.2-19990903-STABLE
>Organization:
>Environment:
FreeBSD bsd.bkgregor.com 3.2-19990903-STABLE FreeBSD 3.2-19990903-STABLE #2: Fri Sep 10 08:51:13 EDT 1999     
brian@bsd.bkgregor.com:/usr/src/sys/compile/K6  i386             
>Description:
In line 124 of /usr/include/sys/mman.h there is an extra comma 
before 'mode_t':
int shm_open __P((const char *, int, mode_t));
			

>How-To-Repeat:
I came across this while compiling a homegrown GTK+ application.
>Fix:
Remove the comma after 'int' and before 'mode_t':
	int     shm_open __P((const char *, int mode_t));


>Release-Note:
>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?19990913114633.DED3C14E59>