mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
removed unused variable
svn path=/trunk/; revision=2752
This commit is contained in:
parent
2584adcb3b
commit
acbed041bb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: fcntl.c,v 1.3 2002/03/07 06:03:11 hyperion Exp $
|
/* $Id: fcntl.c,v 1.4 2002/03/21 22:41:53 hyperion Exp $
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <psx/errno.h>
|
#include <psx/errno.h>
|
||||||
#include <psx/stdlib.h>
|
#include <psx/stdlib.h>
|
||||||
|
@ -72,7 +73,6 @@ int fcntl(int fildes, int cmd, ...)
|
||||||
{
|
{
|
||||||
case F_DUPFD:
|
case F_DUPFD:
|
||||||
{
|
{
|
||||||
va_list vlArgs;
|
|
||||||
int nDupFileNo;
|
int nDupFileNo;
|
||||||
__fildes_t *pfdDupDescriptor;
|
__fildes_t *pfdDupDescriptor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue