Filename changes needed by ZDS archiver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1452 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-12-12 18:33:36 +00:00
parent 703a3b1e88
commit bb45db5b2e
34 changed files with 80 additions and 82 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/socket.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include "net-internal.h"
#include "net_internal.h"
/****************************************************************************
* Global Functions