From ddc96f467f3425b27c01918b0ec56ff52e6ede9d Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 18 Mar 2005 23:20:34 +0000 Subject: [PATCH] Forced commit to supply a proper message for the previous change. 1) Clean up: * Traditional function declarations -> prototype form * Remove unnecessary void casts * Use '\0' where '\0' is meant * Add some extra spaces * include for exit() * Add $DragonFly$ to Makefile 2) Raise WARNS to 6 --- games/ppt/Makefile | 2 +- games/ppt/ppt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/ppt/Makefile b/games/ppt/Makefile index 00c2908721..569f68dfb8 100644 --- a/games/ppt/Makefile +++ b/games/ppt/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # -# $DragonFly: src/games/ppt/Makefile,v 1.2 2005/03/18 17:42:46 swildner Exp $ +# $DragonFly: src/games/ppt/Makefile,v 1.3 2005/03/18 23:20:34 swildner Exp $ # PROG= ppt diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index 04357eac59..959d22f4c7 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -33,7 +33,7 @@ * @(#) Copyright (c) 1988, 1993 The Regents of the University of California. All rights reserved. * @(#)ppt.c 8.1 (Berkeley) 5/31/93 * $FreeBSD: src/games/ppt/ppt.c,v 1.7 1999/12/12 06:30:45 billf Exp $ - * $DragonFly: src/games/ppt/ppt.c,v 1.3 2005/03/18 17:42:46 swildner Exp $ + * $DragonFly: src/games/ppt/ppt.c,v 1.4 2005/03/18 23:20:34 swildner Exp $ */ #include -- 2.41.0