Subject: Re: CVS commit: basesrc
To: None <veego@netbsd.org>
From: Curt Sampson <cjs@cynic.net>
List: source-changes
Date: 06/05/2000 21:59:31
Simon, thanks for the heads up.

Veego, can you explain exactly which header file is out of date?
This happened during a fresh `make build,' so either you're wrong
about that, or `make build' isn't installing header files properly.
Either way, it should be fixed....

cjs
-- 
Curt Sampson  <cjs@cynic.net>   917 532 4208   http://www.netbsd.org
  Human speech is like a cracked tin kettle, on which we hammer out tunes
  to make bears dance when we long to move the stars.  --Gustave Flaubert

On Tue, 6 Jun 2000, Simon Burge wrote:

> Curt Sampson wrote:
> 
> > Module Name:	basesrc
> > Committed By:	cjs
> > Date:		Tue Jun  6 01:40:21 UTC 2000
> > 
> > Modified Files:
> > 
> > 	basesrc/usr.sbin/rpc.bootparamd: bootparamd.c
> > 
> > Log Message:
> > 
> > BOOTPARAMVERS is apparently a long, so use %lu rather than %u to print it.
> 
> We now have in the CVS logs for this file:
> 
> 	----------------------------
> 	revision 1.27
> 	date: 2000/06/06 01:40:19;  author: cjs;  state: Exp;  lines: +3 -3
> 	BOOTPARAMVERS is apparently a long, so use %lu rather than %u to print it.
> 	----------------------------
> 	revision 1.26
> 	date: 2000/06/04 13:49:21;  author: veego;  state: Exp;  lines: +3 -3
> 	Back out the last commit. It seems that your includes are out of date.
> 	----------------------------
> 	revision 1.25
> 	date: 2000/06/04 03:49:49;  author: perry;  state: Exp;  lines: +3 -3
> 	BOOTPARAMVERS is an unsigned long now, it seems
> 	----------------------------
> 
> :-)
> 
> Simon.
>