Demangled vendor ids. Fixed misplaced FreeBSD id.

This commit is contained in:
Bruce Evans 2004-02-25 13:26:53 +00:00
parent ca9c567178
commit 7501cdc8e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126229

View File

@ -31,15 +31,18 @@
* SUCH DAMAGE.
*/
#if 0
#ifndef lint
/* From: */
static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93";
static const char rcsid[] =
"Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* From:
"@(#)mbufs.c 8.1 (Berkeley) 6/6/93"
"Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"
*/
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>