Subject: CVS commit: src/usr.bin/window
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/18/2006 20:04:56
Module Name:	src
Committed By:	christos
Date:		Mon Dec 18 20:04:56 UTC 2006

Modified Files:
	src/usr.bin/window: lcmd.c lcmd1.c lcmd2.c ttzapple.c wwchild.c wwend.c
	    wwflush.c wwiomux.c wwspawn.c

Log Message:
from Anon Ymous:
Convert a "(void)&" construct to volatile.
Make two variables in wwiomux.c volatile that gcc -Wextra complained about.
Do proper initialization of lcmd_arg tables and flag some variables
__unused so this will compile with gcc -Wextra.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/window/lcmd.c src/usr.bin/window/ttzapple.c \
    src/usr.bin/window/wwchild.c src/usr.bin/window/wwend.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/window/lcmd1.c
cvs rdiff -r1.13 -r1.14 src/usr.bin/window/lcmd2.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/window/wwflush.c \
    src/usr.bin/window/wwspawn.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/window/wwiomux.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.