summaryrefslogtreecommitdiffstats
path: root/games/adventure/vocab.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/vocab.c')
-rw-r--r--games/adventure/vocab.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c
index 84d558b..03d6102 100644
--- a/games/adventure/vocab.c
+++ b/games/adventure/vocab.c
@@ -34,12 +34,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* Re-coding of advent in C: data structure routines */
OpenPOWER on IntegriCloud