Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/adventure/init.c,v rcsdiff: /ftp/cvs/cvsroot/src/games/adventure/init.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- src/games/adventure/init.c 2006/03/18 05:16:46 1.16 +++ src/games/adventure/init.c 2007/12/15 19:44:38 1.17 @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.16 2006/03/18 05:16:46 rtr Exp $ */ +/* $NetBSD: init.c,v 1.17 2007/12/15 19:44:38 perry Exp $ */ /*- * Copyright (c) 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: init.c,v 1.16 2006/03/18 05:16:46 rtr Exp $"); +__RCSID("$NetBSD: init.c,v 1.17 2007/12/15 19:44:38 perry Exp $"); #endif #endif /* not lint */ @@ -275,7 +275,7 @@ linkdata(void) /* come here if he hits a del */ void -trapdel(int n __attribute__((__unused__))) +trapdel(int n __unused) { delhit = 1; /* main checks, treats as QUIT */ signal(SIGINT, trapdel);/* catch subsequent DELs */