Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/07/1997 20:40:02
phil
Mon Jul  7 13:30:09 PDT 1997
Update of /cvsroot/src/usr.bin/w
In directory netbsd1:/var/slash-tmp/cvs-serv8230

Modified Files:
	w.c 
Log Message:
Don't print "up" if uptime is less than 30 seconds.  (uptime rounds
to the nearest minute.)  Closes PR 2082.


cgd
Mon Jul  7 13:37:35 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv9395/arch/alpha/include

Modified Files:
	intr.h 
Log Message:
mark prototypes for static inline functions as possibly unused
(with __attribute__ ((unused))), to avoid generating warnings when
compiling without optimization but with the default warning flags.