diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 01:41:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 01:41:02 +0000 |
commit | 869be420c7f9d058eca2d9187783d6d56fd016cc (patch) | |
tree | 0b4b5b9822f2a678161ec587110538958999c3c7 | |
parent | 984a7d278a4d521eefd6f5acbb8ac8b4e7c2c4d8 (diff) |
oops, premature commit
-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 eeb716bf98c..ebc661bb095 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_pipe.c,v 1.11 1999/06/07 01:38:44 deraadt Exp $ */ +/* $OpenBSD: sys_pipe.c,v 1.12 1999/06/07 01:41:01 deraadt Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -156,7 +156,7 @@ int #if defined(__FreeBSD__) pipe(p, uap, retval) #else /* (__NetBSD__) || (__OpenBSD__) */ -sys_opipe(p, v, retval) +sys_pipe(p, v, retval) #endif struct proc *p; void *v; |