Module Name: src
Committed By: christos
Date: Tue Jul 28 19:46:42 UTC 2015
Modified Files:
src/usr.bin/netstat: mbuf.c
Log Message:
revert previous, will fix differently.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/netstat/mbuf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/netstat/mbuf.c
diff -u src/usr.bin/netstat/mbuf.c:1.32 src/usr.bin/netstat/mbuf.c:1.33
--- src/usr.bin/netstat/mbuf.c:1.32 Tue Jul 28 15:32:07 2015
+++ src/usr.bin/netstat/mbuf.c Tue Jul 28 15:46:42 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: mbuf.c,v 1.32 2015/07/28 19:32:07 christos Exp $ */
+/* $NetBSD: mbuf.c,v 1.33 2015/07/28 19:46:42 christos Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@@ -34,12 +34,11 @@
#if 0
static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: mbuf.c,v 1.32 2015/07/28 19:32:07 christos Exp $");
+__RCSID("$NetBSD: mbuf.c,v 1.33 2015/07/28 19:46:42 christos Exp $");
#endif
#endif /* not lint */
#define __POOL_EXPOSE
-#include <stdbool.h> // XXX: no <sys/stdbool.h>
#include <sys/param.h>
#include <sys/protosw.h>