[uClibc-cvs] uClibc/libc/inet getservice.c,1.6,1.7

Erik Andersen andersen at uclibc.org
Sun Dec 28 07:41:27 UTC 2003


Update of /var/cvs/uClibc/libc/inet
In directory nail:/tmp/cvs-serv15632

Modified Files:
	getservice.c 
Log Message:
Fix whitespace


Index: getservice.c
===================================================================
RCS file: /var/cvs/uClibc/libc/inet/getservice.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- getservice.c	27 Dec 2003 23:30:31 -0000	1.6
+++ getservice.c	28 Dec 2003 07:41:24 -0000	1.7
@@ -12,7 +12,7 @@
 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ** Library General Public License for more details.
-** 
+**
 ** You should have received a copy of the GNU Library General Public
 ** License along with the NYS Library; see the file COPYING.LIB.  If
 ** not, write to the Free Software Foundation, Inc., 675 Mass Ave,
@@ -210,8 +210,8 @@
     return 0;
 }
 
-int getservbyname_r(const char *name, const char *proto, 
-	struct servent * result_buf, char * buf, size_t buflen, 
+int getservbyname_r(const char *name, const char *proto,
+	struct servent * result_buf, char * buf, size_t buflen,
 	struct servent ** result)
 {
     register char **cp;
@@ -236,8 +236,8 @@
     return *result?0:ret;
 }
 
-int getservbyport_r(int port, const char *proto, 
-	struct servent * result_buf, char * buf, 
+int getservbyport_r(int port, const char *proto,
+	struct servent * result_buf, char * buf,
 	size_t buflen, struct servent ** result)
 {
     int ret;




More information about the uClibc-cvs mailing list