lint
[unix-history] / usr / src / sys / kern / uipc_pipe.c
index 1394443..c6432d3 100644 (file)
@@ -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
 
 
 #define        PIPSIZ  4096