summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2017-04-10 13:56:16 +0000
committerfcambus <fcambus@openbsd.org>2017-04-10 13:56:16 +0000
commit1bed50f3043e10eb2b311293f54a7247765224a5 (patch)
tree1c02f958292d3509a5740f93f522e724a6374aec
parentsync (diff)
downloadwireguard-openbsd-1bed50f3043e10eb2b311293f54a7247765224a5.tar.xz
wireguard-openbsd-1bed50f3043e10eb2b311293f54a7247765224a5.zip
Clean up disabled declaration in the text struct.
OK deraadt@
-rw-r--r--games/adventure/hdr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h
index 5c96b7c9eaa..ce1630cbad0 100644
--- a/games/adventure/hdr.h
+++ b/games/adventure/hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdr.h,v 1.15 2016/03/08 10:48:39 mestre Exp $ */
+/* $OpenBSD: hdr.h,v 1.16 2017/04/10 13:56:16 fcambus Exp $ */
/* $NetBSD: hdr.h,v 1.2 1995/03/21 12:05:02 cgd Exp $ */
/*-
@@ -85,9 +85,6 @@ struct hashtab { /* hash table for vocabulary */
} voc[HTSIZE];
struct text {
-#ifdef OLDSTUFF
- int seekadr; /* DATFILE must be < 2**16 */
-#endif /* OLDSTUFF */
char *seekadr; /* Msg start in virtual disk */
int txtlen; /* length of msg starting here */
};