summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-02-24 14:19:55 +0000
committerniklas <niklas@openbsd.org>1997-02-24 14:19:55 +0000
commit6a5be22a3451f31ec213ef321dc71f14356c044f (patch)
treee6d6a9efc0deb4eb0b6a3c54235b97781b61a782 /sys/kern/sys_pipe.c
parentOpenBSD tags + some prototyping police (diff)
downloadwireguard-openbsd-6a5be22a3451f31ec213ef321dc71f14356c044f.tar.xz
wireguard-openbsd-6a5be22a3451f31ec213ef321dc71f14356c044f.zip
OpenBSD tags
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index bc8be79f4d1..78f38f71f29 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: sys_pipe.c,v 1.5 1997/02/24 14:19:58 niklas Exp $ */
+
/*
* Copyright (c) 1996 John S. Dyson
* All rights reserved.
@@ -15,8 +17,6 @@
* John S. Dyson.
* 4. Modifications may be freely made to this file if the above conditions
* are met.
- *
- * $Id: sys_pipe.c,v 1.4 1996/10/12 14:34:42 niklas Exp $
*/
#ifndef OLD_PIPE