1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Update the version in the snake saver...

Something similar needs to happen to RELENG_2_1_0 - or better yet, this
should become dynamic...
This commit is contained in:
Peter Wemm 1995-09-04 03:02:08 +00:00
parent cc483bc3d9
commit 2f78014449
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10555
3 changed files with 6 additions and 6 deletions

View File

@ -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.3 1995/05/16 19:10:11 sos Exp $
* $Id: snake_saver.c,v 1.4 1995/05/30 06:06:18 rgrimes Exp $
*/
#include <sys/param.h>
@ -45,7 +45,7 @@ void (*old_saver)();
static void
snake_saver(int blank)
{
const char saves[] = {"FreeBSD-2.0.5"};
const char saves[] = {"FreeBSD-2.2-CURRENT"};
static u_char *savs[sizeof(saves)-1];
static int dirx, diry;
int f;

View File

@ -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.3 1995/05/16 19:10:11 sos Exp $
* $Id: snake_saver.c,v 1.4 1995/05/30 06:06:18 rgrimes Exp $
*/
#include <sys/param.h>
@ -45,7 +45,7 @@ void (*old_saver)();
static void
snake_saver(int blank)
{
const char saves[] = {"FreeBSD-2.0.5"};
const char saves[] = {"FreeBSD-2.2-CURRENT"};
static u_char *savs[sizeof(saves)-1];
static int dirx, diry;
int f;

View File

@ -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.3 1995/05/16 19:10:11 sos Exp $
* $Id: snake_saver.c,v 1.4 1995/05/30 06:06:18 rgrimes Exp $
*/
#include <sys/param.h>
@ -45,7 +45,7 @@ void (*old_saver)();
static void
snake_saver(int blank)
{
const char saves[] = {"FreeBSD-2.0.5"};
const char saves[] = {"FreeBSD-2.2-CURRENT"};
static u_char *savs[sizeof(saves)-1];
static int dirx, diry;
int f;