X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/984263bcb83ad82313113c6ac840d99124d8f90c..1de703daf67320d643c7695d9bf7ec54c33d5512:/games/atc/update.c diff --git a/games/atc/update.c b/games/atc/update.c index 67f4df650f..09ba8cfca1 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -32,6 +32,10 @@ * 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. + * + * @(#)update.c 8.1 (Berkeley) 5/31/93 + * $FreeBSD: src/games/atc/update.c,v 1.6 1999/11/30 03:48:21 billf Exp $ + * $DragonFly: src/games/atc/update.c,v 1.2 2003/06/17 04:25:22 dillon Exp $ */ /* @@ -43,14 +47,6 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; -#endif -static const char rcsid[] = - "$FreeBSD: src/games/atc/update.c,v 1.6 1999/11/30 03:48:21 billf Exp $"; -#endif not lint - #include #include "include.h"