From owner-freebsd-i386@FreeBSD.ORG Wed Oct 7 15:00:10 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0EC91065692 for ; Wed, 7 Oct 2009 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 649768FC21 for ; Wed, 7 Oct 2009 15:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n97F0AkB056339 for ; Wed, 7 Oct 2009 15:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n97F0ATi056338; Wed, 7 Oct 2009 15:00:10 GMT (envelope-from gnats) Resent-Date: Wed, 7 Oct 2009 15:00:10 GMT Resent-Message-Id: <200910071500.n97F0ATi056338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Kuritsin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1321065679 for ; Wed, 7 Oct 2009 14:55:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ACBCD8FC14 for ; Wed, 7 Oct 2009 14:55:02 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n97Et2HQ094888 for ; Wed, 7 Oct 2009 14:55:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n97Et1dM094875; Wed, 7 Oct 2009 14:55:01 GMT (envelope-from nobody) Message-Id: <200910071455.n97Et1dM094875@www.freebsd.org> Date: Wed, 7 Oct 2009 14:55:01 GMT From: Sergey Kuritsin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/139403: absense of AUE_NULL X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 15:00:10 -0000 >Number: 139403 >Category: i386 >Synopsis: absense of AUE_NULL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 07 15:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sergey Kuritsin >Release: FreeBSD-8.0RC1 >Organization: Urals State University >Environment: FreeBSD dev.localdomain 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 20:45:19 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/GENERIC i386 >Description: There is no definition of AUE_NULL constant in sys/sysent.h (or in bsm/audit.h). When you include in source file sys/sysent.h header compiler says that thereis no definition of AUE_NULL. >How-To-Repeat: Use in your code macro SYSCALL_MODULE form sys/sysent.h >Fix: It can be fixed by adding #define AUE_NULL 0 in bsm/audit.h for example. >Release-Note: >Audit-Trail: >Unformatted: