diff options
author | 1997-02-24 14:19:55 +0000 | |
---|---|---|
committer | 1997-02-24 14:19:55 +0000 | |
commit | 6a5be22a3451f31ec213ef321dc71f14356c044f (patch) | |
tree | e6d6a9efc0deb4eb0b6a3c54235b97781b61a782 /sys/kern/sys_pipe.c | |
parent | OpenBSD tags + some prototyping police (diff) | |
download | wireguard-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.c | 4 |
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 |