Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 1996 22:45:57 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        holm@geophysik.tu-freiberg.de
Cc:        freebsd-hackers@FreeBSD.ORG, ache@astral.msk.su
Subject:   Re: adjkerntz
Message-ID:  <199604122045.WAA28430@zibbi.mikom.csir.co.za>
In-Reply-To: <199604121806.UAA07113@unicorn.pppnet.tu-freiberg.de> from "Holm Tiffe" at Apr 12, 96 08:06:31 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> AHi all,
> I have tryed to compile -current today and the following appered:
> cc -O -Wall   -c /usr/src/sbin/adjkerntz/adjkerntz.c
> /usr/src/sbin/adjkerntz/adjkerntz.c: In function `main':
> /usr/src/sbin/adjkerntz/adjkerntz.c:321: `CPU_WALLCLOCK' undeclared (first use t
> his function)
> /usr/src/sbin/adjkerntz/adjkerntz.c:321: (Each undeclared identifier is reported
>  only once
> /usr/src/sbin/adjkerntz/adjkerntz.c:321: for each function it appears in.)
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> 
> -current is broken again :-(
> 
Are you sure you have the latest include files installed?

# grep CPU_WALLCLOCK /usr/include/*/*.h
/usr/include/machine/cpu.h:#define      CPU_WALLCLOCK           5       /* int:indicates wall CMOS clock */

John
-- 
John Hay -- John.Hay@csir.co.za



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