Module Name: src Committed By: christos Date: Fri May 4 08:47:55 UTC 2018
Modified Files: src/sys/kern: uipc_syscalls.c Log Message: define MBUFTYPES here. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/uipc_syscalls.c diff -u src/sys/kern/uipc_syscalls.c:1.193 src/sys/kern/uipc_syscalls.c:1.194 --- src/sys/kern/uipc_syscalls.c:1.193 Thu May 3 17:43:33 2018 +++ src/sys/kern/uipc_syscalls.c Fri May 4 04:47:55 2018 @@ -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>