From b83e24ec29ef98ff50f22b4029794034690e5936 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 2 Aug 2009 13:24:47 +0000 Subject: Fix some ez80 compilation errors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2005 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/net_vfcntl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nuttx/net') diff --git a/nuttx/net/net_vfcntl.c b/nuttx/net/net_vfcntl.c index ccaf4e2cd..0b228b212 100644 --- a/nuttx/net/net_vfcntl.c +++ b/nuttx/net/net_vfcntl.c @@ -77,8 +77,6 @@ int net_vfcntl(int sockfd, int cmd, va_list ap) /* Interrupts must be disabled in order to perform operations on socket structures */ flags = irqsave(); - -#warning "Most fcntl() commands not yet implemented" switch (cmd) { case F_DUPFD: -- cgit v1.2.3