From 077210d97723090985a809eb0a8d0f14578968c3 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 17 Sep 2002 21:15:58 +0000 Subject: [PATCH] uncommit, since it breaks macppc libc. millert and miod have now said they did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself? --- src/include/unistd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index 92536c5b..20297b80 100644 --- a/src/include/unistd.h +++ b/src/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.41 2002/09/17 12:57:50 mickey Exp $ */ +/* $OpenBSD: unistd.h,v 1.42 2002/09/17 21:15:58 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -206,9 +206,6 @@ int swapctl(int cmd, const void *arg, int misc); int symlink(const char *, const char *); void sync(void); int syscall(int, ...); -#if !defined(_XOPEN_SOURCE) -quad_t __syscall(quad_t, ...); -#endif int truncate(const char *, off_t); int ttyslot(void); unsigned int ualarm(unsigned int, unsigned int);