summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_socketpair.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
commit05c18861dd58a08076d0fa97f72cb88c4a5698e5 (patch)
tree44213053eba92e81452144bb67dba9a6f62841a9 /cpukit/libnetworking/rtems/rtems_socketpair.c
parentWhitespace removal. (diff)
downloadrtems-05c18861dd58a08076d0fa97f72cb88c4a5698e5.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/rtems_socketpair.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_socketpair.c b/cpukit/libnetworking/rtems/rtems_socketpair.c
index 5e7193cf18..09f93ad69a 100644
--- a/cpukit/libnetworking/rtems/rtems_socketpair.c
+++ b/cpukit/libnetworking/rtems/rtems_socketpair.c
@@ -2,18 +2,18 @@
* socketpair() for RTEMS
*
* This file exists primarily to document what is required to provide
- * a functional implementation of socketpair() for RTEMS.
+ * a functional implementation of socketpair() for RTEMS.
*
* The socketpair() service requires that the "local domain" sockets
* be functional. This is denoted by the domain constants AF_LOCAL
* and AF_UNIX and the protocol constants PF_LOCAL and PF_UNIX. The
* local domain functionality is implemented in the file kern/uipc_usrreq.c
* which was not part of the initial port of the FreeBSD stack to
- * RTEMS.
+ * RTEMS.
*
* The FreeBSD socketpair implementation appears to be dependent on
* file system features which are not available currently in RTEMS.
- *
+ *
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*