network release - net/if_sl.c includes non-existant dk.h
George Robbins
grr at cbmvax.UUCP
Sun Jun 4 15:27:23 AEST 1989
Subject: network release - net/if_sl.c includes non-existant dk.h
Index: sys/net/if_sl.c network-release Fix
Description:
if_sl.c includes the file "dk.h" - this include file is not
present in 4.3BSD Tahoe. The stuff if_sl is looking for is
in dkstat.h
Repeat-By:
After merging the network release into 4.3 Tahoe, config/make a
VAX kernel with "pseudo-device sl 1".
Fix:
Change if_sl.c to include the correct file.
*** net/if_sl.c.grr Sat Jun 3 14:49:55 1989
--- net/if_sl.c Sat Jun 3 15:19:52 1989
***************
*** 46,52 ****
#include "param.h"
#include "mbuf.h"
#include "buf.h"
! #include "dk.h"
#include "socket.h"
#include "ioctl.h"
#include "file.h"
--- 46,52 ----
#include "param.h"
#include "mbuf.h"
#include "buf.h"
! #include "dkstat.h"
#include "socket.h"
#include "ioctl.h"
#include "file.h"
--
George Robbins - now working for, uucp: {uunet|pyramid|rutgers}!cbmvax!grr
but no way officially representing arpa: cbmvax!grr at uunet.uu.net
Commodore, Engineering Department fone: 215-431-9255 (only by moonlite)
More information about the Comp.bugs.4bsd.ucb-fixes
mailing list