Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/mopd/common pull up rev 1.4 from trunk (reques...



details:   https://anonhg.NetBSD.org/src/rev/66f9e12160bb
branches:  netbsd-1-4
changeset: 469515:66f9e12160bb
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Sep 27 06:02:27 1999 +0000

description:
pull up rev 1.4 from trunk (requested by simonb):
  In a program request packet during the second and third stage of an
  Ultrix/mips MOP boot, the "software" packet is 256 bytes - bump the
  size of the program array (maximum for the VAX must only be 16 bytes).

diffstat:

 usr.sbin/mopd/common/dl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b287bbe25159 -r 66f9e12160bb usr.sbin/mopd/common/dl.c
--- a/usr.sbin/mopd/common/dl.c Mon Sep 27 05:29:29 1999 +0000
+++ b/usr.sbin/mopd/common/dl.c Mon Sep 27 06:02:27 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dl.c,v 1.3 1997/10/16 23:24:31 lukem Exp $     */
+/*     $NetBSD: dl.c,v 1.3.4.1 1999/09/27 06:02:27 cgd Exp $   */
 
 /*
  * Copyright (c) 1993-95 Mats O Jansson.  All rights reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: dl.c,v 1.3 1997/10/16 23:24:31 lukem Exp $");
+__RCSID("$NetBSD: dl.c,v 1.3.4.1 1999/09/27 06:02:27 cgd Exp $");
 #endif
 
 #include "os.h"
@@ -48,7 +48,7 @@
 {
        int     i,index = 0;
        u_int32_t tmpl;
-       u_char  tmpc,c,program[17],code,*ucp;
+       u_char  tmpc,c,program[257],code,*ucp;
        u_short len,tmps,moplen;
 
        len = mopGetLength(pkt, trans);



Home | Main Index | Thread Index | Old Index