Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/sail Fix style nit.



details:   https://anonhg.NetBSD.org/src/rev/77812a9cce9b
branches:  trunk
changeset: 499852:77812a9cce9b
user:      jwise <jwise%NetBSD.org@localhost>
date:      Thu Nov 30 21:31:33 2000 +0000

description:
Fix style nit.

diffstat:

 games/sail/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ed987ec1c63c -r 77812a9cce9b games/sail/main.c
--- a/games/sail/main.c Thu Nov 30 21:29:32 2000 +0000
+++ b/games/sail/main.c Thu Nov 30 21:31:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.8 2000/11/30 21:29:32 jwise Exp $   */
+/*     $NetBSD: main.c,v 1.9 2000/11/30 21:31:33 jwise Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: main.c,v 1.8 2000/11/30 21:29:32 jwise Exp $");
+__RCSID("$NetBSD: main.c,v 1.9 2000/11/30 21:31:33 jwise Exp $");
 #endif
 #endif /* not lint */
 
@@ -72,7 +72,7 @@
                exit(1);
        close(fd);
 
-       (void) srand(getpid());
+       srand(getpid());
        if ((p = strrchr(*argv, '/')) != NULL)
                p++;
        else



Home | Main Index | Thread Index | Old Index