summaryrefslogtreecommitdiffstats
path: root/games/atc/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/atc/graphics.c')
-rw-r--r--games/atc/graphics.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c
index 91aa975..8b521a3 100644
--- a/games/atc/graphics.c
+++ b/games/atc/graphics.c
@@ -32,8 +32,6 @@
* 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$
*/
/*
@@ -46,7 +44,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <string.h>
OpenPOWER on IntegriCloud