]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/dock.c
convert __attribute__s to applicable cdefs.h macros
[bsdgames-darwin.git] / trek / dock.c
index 5af80f9c0e7f606c02599d5137715b3bf5770824..b9ba43e18869a98c61aff65e06860a9152ce1d48 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: dock.c,v 1.5 1999/09/08 21:45:32 jsm Exp $     */
+/*     $NetBSD: dock.c,v 1.7 2007/12/15 19:44:44 perry 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[] = "@(#)dock.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: dock.c,v 1.5 1999/09/08 21:45:32 jsm Exp $");
+__RCSID("$NetBSD: dock.c,v 1.7 2007/12/15 19:44:44 perry Exp $");
 #endif
 #endif /* not lint */
 
@@ -63,7 +59,7 @@ __RCSID("$NetBSD: dock.c,v 1.5 1999/09/08 21:45:32 jsm Exp $");
 /*ARGSUSED*/
 void
 dock(v)
-       int v __attribute__((__unused__));
+       int v __unused;
 {
        int             i, j;
        int             ok;
@@ -137,7 +133,7 @@ dock(v)
 /*ARGSUSED*/
 void
 undock(v)
-       int v __attribute__((__unused__));
+       int v __unused;
 {
        struct event    *e;
        int             i;