summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-07-23 14:44:46 +0000
committerwollman <wollman@FreeBSD.org>1996-07-23 14:44:46 +0000
commit1499b723bf88e94551babdefaccd5fd26e3262bd (patch)
tree210c7de6d8dc1136b7aefe0e343e79d1206a2bcf /sys/net/if.h
parent51705cc05f1092ce1f9c0302da81c32df669e657 (diff)
downloadFreeBSD-src-1499b723bf88e94551babdefaccd5fd26e3262bd.zip
FreeBSD-src-1499b723bf88e94551babdefaccd5fd26e3262bd.tar.gz
Fix a spelling error I forgot to bring over from my personal version
of the last (IF_ENQ_DROP) commit.
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 3df1979..9b95cf5 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if.h 8.1 (Berkeley) 6/10/93
- * $Id: if.h,v 1.29 1996/06/10 23:07:28 gpalmer Exp $
+ * $Id: if.h,v 1.30 1996/07/22 20:06:01 wollman Exp $
*/
#ifndef _NET_IF_H_
@@ -259,7 +259,7 @@ struct ifnet {
static inline int
if_queue_drop(struct ifqueue *ifq, struct mbuf *m)
{
- IF_QDROP(ifq);
+ IF_DROP(ifq);
return 0;
}
OpenPOWER on IntegriCloud