*BSD News Article 7930


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!sgiblab!swrinde!cs.utexas.edu!bcm!rice!news.Rice.edu!rich
From: rich@Rice.edu (Richard Murphey)
Subject: Re: 386bsd list of bad patches: patch00019 -> SC_ERROR?
In-Reply-To: cssjs2@ufhx1.ufh.ac.za's message of 17 Nov 92 07:48:53 GMT
Message-ID: <RICH.92Nov17115153@omicron.Rice.edu>
Sender: news@rice.edu (News)
Reply-To: Rich@rice.edu
Organization: Department of Electrical and Computer Engineering, Rice
	University
References: <1992Nov14.223035.14857@jpusa1.chi.il.us>
	<RICH.92Nov15135940@omicron.Rice.edu>
	<1992Nov17.074853.2556@ufhx1.ufh.ac.za>
Date: Tue, 17 Nov 1992 17:51:53 GMT
Lines: 24

In article <1992Nov17.074853.2556@ufhx1.ufh.ac.za> cssjs2@ufhx1.ufh.ac.za (Mr I Scheepers) writes:
   In <RICH.92Nov15135940@omicron.Rice.edu> rich@Rice.edu (Richard Murphey) writes:

   >In article <1992Nov14.223035.14857@jpusa1.chi.il.us> stu@jpusa1.chi.il.us (Stu Heiss) writes:

   >   Which patches are bad and why...


   >patch00019 slip

   I'm getting a compile error on patch00019: 
	   in ../../net/if_sl.c: In function slinput:
	   Line 634: `SC_ERROR' undeclared
   The offending line is

		   sc->sc_flags |= SC_ERROR;

   Any clues?

patch 19 adds the definition of SC_ERROR to /sys/net/if_slvar.h.

Sounds like you are missing part of the patch.  Rich