From owner-freebsd-bugs Mon Sep 13 4:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 526201557D for ; Mon, 13 Sep 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA58388; Mon, 13 Sep 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DED3C14E59; Mon, 13 Sep 1999 04:46:33 -0700 (PDT) Message-Id: <19990913114633.DED3C14E59@hub.freebsd.org> Date: Mon, 13 Sep 1999 04:46:33 -0700 (PDT) From: bgregor@buphy.bu.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/13722: typo in /usr/include/sys/mman.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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