summaryrefslogtreecommitdiffstats
path: root/games/adventure/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/crc.c')
-rw-r--r--games/adventure/crc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 952d102..1bbec1e 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -32,13 +32,15 @@
* 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[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93";
static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud