]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.worn.c
Man page and usage cleanups from Bug Hunting in PR 46103.
[bsdgames-darwin.git] / hack / hack.worn.c
index d0ca0f3b56c23e9a6c10522398a1daa855ada4c6..8333c77f3557bada8ec1c47e5f0438c6597408dd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.worn.c,v 1.6 2009/06/07 18:30:39 dholland Exp $   */
+/*     $NetBSD: hack.worn.c,v 1.7 2009/08/12 07:28:41 dholland Exp $   */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hack.worn.c,v 1.6 2009/06/07 18:30:39 dholland Exp $");
+__RCSID("$NetBSD: hack.worn.c,v 1.7 2009/08/12 07:28:41 dholland Exp $");
 #endif                         /* not lint */
 
 #include "hack.h"
 #include "extern.h"
 
-struct worn {
+static struct worn {
        long            w_mask;
        struct obj    **w_obj;
 }               worn[] = {