From 4768505c29990ff01e13044545b29c1fdf9fcd31 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 17 Sep 2002 21:16:02 +0000 Subject: 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? --- include/unistd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 92536c5bfc0..20297b80626 100644 --- a/include/unistd.h +++ b/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); -- cgit v1.2.3