X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b11be0569e17869fd29b11b615ee74ce78425ed9..07680231a3c970a4e9a37c4d5ef5ef17ef32ead1:/usr/src/sys/kern/uipc_pipe.c diff --git a/usr/src/sys/kern/uipc_pipe.c b/usr/src/sys/kern/uipc_pipe.c index 1394443fe9..c6432d3ce1 100644 --- a/usr/src/sys/kern/uipc_pipe.c +++ b/usr/src/sys/kern/uipc_pipe.c @@ -1,11 +1,17 @@ -/* uipc_pipe.c 6.1 83/07/29 */ +/* + * Copyright (c) 1982 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)uipc_pipe.c 6.3 (Berkeley) %G% + */ -#include "../h/param.h" -#include "../h/mbuf.h" -#include "../h/protosw.h" -#include "../h/socket.h" -#include "../h/socketvar.h" -#include "../h/unpcb.h" +#include "param.h" +#include "mbuf.h" +#include "protosw.h" +#include "socket.h" +#include "socketvar.h" +#include "unpcb.h" #define PIPSIZ 4096