From 3abe4cb17d3d3b04114a3199a43da5b0cd510368 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 18 Dec 2007 11:05:53 +0000 Subject: [PATCH] Remove *64 versions identical to their 32 bit version and aliased differently now. --- sys/compat/svr4_32/svr4_32_fcntl.c | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/sys/compat/svr4_32/svr4_32_fcntl.c b/sys/compat/svr4_32/svr4_32_fcntl.c index 09d9071128b9..cac6e206819b 100644 --- a/sys/compat/svr4_32/svr4_32_fcntl.c +++ b/sys/compat/svr4_32/svr4_32_fcntl.c @@ -1,4 +1,4 @@ -/* $NetBSD: svr4_32_fcntl.c,v 1.27 2007/12/08 18:36:27 dsl Exp $ */ +/* $NetBSD: svr4_32_fcntl.c,v 1.28 2007/12/18 11:05:53 martin Exp $ */ /*- * Copyright (c) 1994, 1997 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: svr4_32_fcntl.c,v 1.27 2007/12/08 18:36:27 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: svr4_32_fcntl.c,v 1.28 2007/12/18 11:05:53 martin Exp $"); #include #include @@ -361,14 +361,6 @@ svr4_32_sys_open(struct lwp *l, void *v, register_t *retval) return 0; } - -int -svr4_32_sys_open64(struct lwp *l, void *v, register_t *retval) -{ - return svr4_32_sys_open(l, v, retval); -} - - int svr4_32_sys_creat(struct lwp *l, void *v, register_t *retval) { @@ -382,14 +374,6 @@ svr4_32_sys_creat(struct lwp *l, void *v, register_t *retval) return sys_open(l, &cup, retval); } - -int -svr4_32_sys_creat64(struct lwp *l, void *v, register_t *retval) -{ - return svr4_32_sys_creat(l, v, retval); -} - - int svr4_32_sys_llseek(struct lwp *l, void *v, register_t *retval) {