Subject: a couple of typos
To: None <netbsd-bugs@NetBSD.ORG>
From: Frank van der Linden <frank@fwi.uva.nl>
List: netbsd-bugs
Date: 02/25/1995 16:30:22
 Here are a couple of very minor typos/errors I found while browsing through
some files:
1. /sys/net/if_types.h: IFT_P80 is an 80Mbit ring not 10Mbit
2. /sys/netinet/if_ether.h: prototype for arpwhohas declared twice
3. /sys/dev/isa/if_ed.c: guaranteed instead of gauranteed

Onno van der Linden      c/o    frank@fwi.uva.nl (Frank van der Linden)
*** /usr/src/sys/net/if_types.h.orig	Thu Jun 30 00:36:10 1994
--- /usr/src/sys/net/if_types.h	Sat Feb 25 16:19:59 1995
***************
*** 54,58 ****
  #define	IFT_STARLAN	0xb
  #define	IFT_P10		0xc		/* Proteon 10MBit ring */
! #define	IFT_P80		0xd		/* Proteon 10MBit ring */
  #define	IFT_HY		0xe		/* Hyperchannel */
  #define	IFT_FDDI	0xf
--- 54,58 ----
  #define	IFT_STARLAN	0xb
  #define	IFT_P10		0xc		/* Proteon 10MBit ring */
! #define	IFT_P80		0xd		/* Proteon 80MBit ring */
  #define	IFT_HY		0xe		/* Hyperchannel */
  #define	IFT_FDDI	0xf
*** /usr/src/sys/netinet/if_ether.h.orig	Thu Jun 30 00:40:40 1994
--- /usr/src/sys/netinet/if_ether.h	Sat Feb 25 16:16:58 1995
***************
*** 156,160 ****
  struct	llinfo_arp llinfo_arp;		/* head of the llinfo queue */
  
- void	arpwhohas __P((struct arpcom *, struct in_addr *));
  void	arpintr __P((void));
  int	arpresolve __P((struct arpcom *,
--- 156,159 ----
*** /usr/src/sys/dev/isa/if_ed.c.orig	Mon Feb 20 18:18:27 1995
--- /usr/src/sys/dev/isa/if_ed.c	Sat Feb 25 16:24:35 1995
***************
*** 163,167 ****
   * Generic probe routine for testing for the existance of a DS8390.  Must be
   * called after the NIC has just been reset.  This routine works by looking at
!  * certain register values that are gauranteed to be initialized a certain way
   * after power-up or reset.  Seems not to currently work on the 83C690.
   *
--- 163,167 ----
   * Generic probe routine for testing for the existance of a DS8390.  Must be
   * called after the NIC has just been reset.  This routine works by looking at
!  * certain register values that are guaranteed to be initialized a certain way
   * after power-up or reset.  Seems not to currently work on the 83C690.
   *