]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - cribbage/io.c
Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99
[bsdgames-darwin.git] / cribbage / io.c
index 21075e212b6a5eff84de04c6abe707083c79ac75..591e0c436a31eb82da9c2114f5188c2026e789bf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: io.c,v 1.15 2002/05/26 00:12:11 wiz Exp $      */
+/*     $NetBSD: io.c,v 1.17 2004/01/26 09:58:35 jsm Exp $      */
 
 /*-
  * Copyright (c) 1980, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -38,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)io.c       8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: io.c,v 1.15 2002/05/26 00:12:11 wiz Exp $");
+__RCSID("$NetBSD: io.c,v 1.17 2004/01/26 09:58:35 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -586,7 +582,7 @@ getline()
 }
 
 void
-rint(signo)
+receive_intr(signo)
        int signo __attribute__((__unused__));
 {
        bye();