artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0663ad
)
Clean up disabled declaration in the text struct.
author
fcambus
<fcambus@openbsd.org>
Mon, 10 Apr 2017 13:56:16 +0000
(13:56 +0000)
committer
fcambus
<fcambus@openbsd.org>
Mon, 10 Apr 2017 13:56:16 +0000
(13:56 +0000)
OK deraadt@
games/adventure/hdr.h
patch
|
blob
|
history
diff --git
a/games/adventure/hdr.h
b/games/adventure/hdr.h
index
5c96b7c
..
ce1630c
100644
(file)
--- a/
games/adventure/hdr.h
+++ b/
games/adventure/hdr.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: hdr.h,v 1.1
5 2016/03/08 10:48:39 mestre Exp $
*/
+/* $OpenBSD: hdr.h,v 1.1
6 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 */
};