summaryrefslogtreecommitdiffstats
path: root/games/larn/store.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/store.c')
-rw-r--r--games/larn/store.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/larn/store.c b/games/larn/store.c
index 9f64c95..0036c87 100644
--- a/games/larn/store.c
+++ b/games/larn/store.c
@@ -29,12 +29,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[] = "@(#)store.c 5.4 (Berkeley) 5/13/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* store.c Larn is copyrighted 1986 by Noah Morgan. */
OpenPOWER on IntegriCloud