$OpenBSD: patch-contact_c,v 1.1 2017/05/10 23:34:25 espie Exp $

Index: contact.c
--- contact.c.orig
+++ contact.c
@@ -17,6 +17,7 @@
  * with which the player collided.  In this case, it doesn't matter.
  */
 /*ARGSUSED*/
+void
 die(dummy)
 int dummy;
 {
@@ -116,6 +117,7 @@ int dummy;
  * of the eaten ghost, and then continues.  The parameter is
  * the array index of the eaten ghost.
  */
+void
 eat(i)
 int i;
 {
@@ -166,6 +168,7 @@ int i;
  * The eyes are harmless; this is a no-op.
  */
 /*ARGSUSED*/
+void
 noop(dummy)
 int dummy;
 {
