svn commit: r185060 - head/usr.bin/window

Roman Divacky rdivacky at FreeBSD.org
Tue Nov 18 13:06:49 PST 2008


Author: rdivacky
Date: Tue Nov 18 21:06:49 2008
New Revision: 185060
URL: http://svn.freebsd.org/changeset/base/185060

Log:
  ANSIfy the wwend function.
  
  Approved by:	kib (mentor)

Modified:
  head/usr.bin/window/wwend.c

Modified: head/usr.bin/window/wwend.c
==============================================================================
--- head/usr.bin/window/wwend.c	Tue Nov 18 21:01:54 2008	(r185059)
+++ head/usr.bin/window/wwend.c	Tue Nov 18 21:06:49 2008	(r185060)
@@ -45,7 +45,8 @@ static char rcsid[] =
 #include "tt.h"
 
 /*ARGSUSED*/
-wwend(exit)
+int
+wwend(int exit)
 {
 	if (tt.tt_checkpoint) {
 		(void) alarm(0);


More information about the svn-src-head mailing list