Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern define MBUFTYPES here.
details: https://anonhg.NetBSD.org/src/rev/357ba5159057
branches: trunk
changeset: 322468:357ba5159057
user: christos <christos%NetBSD.org@localhost>
date: Fri May 04 08:47:55 2018 +0000
description:
define MBUFTYPES here.
diffstat:
sys/kern/uipc_syscalls.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9a673daf1965 -r 357ba5159057 sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c Fri May 04 08:35:07 2018 +0000
+++ b/sys/kern/uipc_syscalls.c Fri May 04 08:47:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uipc_syscalls.c,v 1.193 2018/05/03 21:43:33 christos Exp $ */
+/* $NetBSD: uipc_syscalls.c,v 1.194 2018/05/04 08:47:55 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,12 +61,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.193 2018/05/03 21:43:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.194 2018/05/04 08:47:55 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_pipe.h"
#endif
+#define MBUFTYPES
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/filedesc.h>
Home |
Main Index |
Thread Index |
Old Index