Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2009 14:55:01 GMT
From:      Sergey Kuritsin <kuritsin_s_v@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/139403: absense of AUE_NULL
Message-ID:  <200910071455.n97Et1dM094875@www.freebsd.org>
Resent-Message-ID: <200910071500.n97F0ATi056338@freefall.freebsd.org>

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

>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:



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