]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/impulse.c
Correct some comments and error messages that still talked about "select".
[bsdgames-darwin.git] / trek / impulse.c
index 490f52b711cddae3ef48379cf6539c3a5f0c04da..cb4f08b3d4b3fbe2e327fb38b35bef099299eb45 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $     */
+/*     $NetBSD: impulse.c,v 1.5 1999/09/08 21:45:33 jsm Exp $  */
 
 /*
  * Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)impulse.c  8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $");
+__RCSID("$NetBSD: impulse.c,v 1.5 1999/09/08 21:45:33 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -53,7 +53,7 @@ __RCSID("$NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $");
 /*ARGSUSED*/
 void
 impulse(v)
-       int v;
+       int v __attribute__((__unused__));
 {
        int             course;
        int             power;