summaryrefslogtreecommitdiffstats
path: root/games/adventure/wizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/wizard.c')
-rw-r--r--games/adventure/wizard.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index b02c900..c4ac3c8 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.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[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* Re-coding of advent in C: privileged operations */
OpenPOWER on IntegriCloud