]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/torped.c
__STDC__ is always defined on NetBSD.
[bsdgames-darwin.git] / trek / torped.c
index 90f30982dfa2a087791fb7b61c1317fbd59d2dc0..d2305ca2c396a0f066ac7da295bbe4a9d71b220d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: torped.c,v 1.4 1997/10/12 21:25:22 christos Exp $      */
+/*     $NetBSD: torped.c,v 1.6 2000/07/03 03:57:44 matt Exp $  */
 
 /*
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)torped.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: torped.c,v 1.4 1997/10/12 21:25:22 christos Exp $");
+__RCSID("$NetBSD: torped.c,v 1.6 2000/07/03 03:57:44 matt Exp $");
 #endif
 #endif /* not lint */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <math.h>
 #include "trek.h"
 #include "getpar.h"
@@ -71,7 +72,7 @@ static int randcourse __P((int));
 /*ARGSUSED*/
 void
 torped(v)
-       int v;
+       int v __attribute__((__unused__));
 {
        int             ix, iy;
        double          x, y, dx, dy;