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/75e7fc96d63e
branches:  trunk
changeset: 318732:75e7fc96d63e
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 c4e1c24d1de4 -r 75e7fc96d63e 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