diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-11 14:18:40 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-11 14:18:40 +0000 |
| commit | 2b2fe33c896027c2f75185158523bf71c8c1930e (patch) | |
| tree | 2e23681d9f32cb19738a0a6baf90471ab2202b2b /sys/dev/syscons | |
| parent | 2e2d9bc760f281afa6a64d17a56ee6be1ca80f62 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/snake/snake_saver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/snake/snake_saver.c b/sys/dev/syscons/snake/snake_saver.c index c79427b95f3c..dc00faac8416 100644 --- a/sys/dev/syscons/snake/snake_saver.c +++ b/sys/dev/syscons/snake/snake_saver.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: snake_saver.c,v 1.9 1995/11/29 20:10:31 wollman Exp $ + * $Id: snake_saver.c,v 1.10 1996/07/01 20:28:54 bde Exp $ */ #include <sys/param.h> @@ -48,7 +48,7 @@ void (*old_saver)(int blank); static void snake_saver(int blank) { - const char saves[] = {"FreeBSD-2.2-CURRENT"}; + const char saves[] = {"FreeBSD-3.0-CURRENT"}; static u_char *savs[sizeof(saves)-1]; static int dirx, diry; int f; |
