diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-10 02:07:01 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-10 02:07:01 +0000 |
| commit | 872a50db510aae37e624f1b82db06f08023c5712 (patch) | |
| tree | e5af9998b7c1daa1acf8046cd6ea941cbf25345b /atc/tunable.c | |
| parent | 3c0c7a72c2f0803e801f2330c329aff2eee680d5 (diff) | |
| download | bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.tar.gz bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.zip | |
WARNSify
Diffstat (limited to 'atc/tunable.c')
| -rw-r--r-- | atc/tunable.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/atc/tunable.c b/atc/tunable.c index b864e70d..bb0ba493 100644 --- a/atc/tunable.c +++ b/atc/tunable.c @@ -1,4 +1,4 @@ -/* $NetBSD: tunable.c,v 1.3 1995/03/21 15:04:33 cgd Exp $ */ +/* $NetBSD: tunable.c,v 1.4 1997/10/10 02:07:32 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -45,11 +45,12 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ +#include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: tunable.c,v 1.3 1995/03/21 15:04:33 cgd Exp $"; +__RCSID("$NetBSD: tunable.c,v 1.4 1997/10/10 02:07:32 lukem Exp $"); #endif #endif /* not lint */ |
