projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094283b
)
raw: Fill swift_raw.c header comment.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 09:59:40 +0000
(12:59 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 10:28:19 +0000
(13:28 +0300)
src/raw/swift_raw.c
patch
|
blob
|
history
diff --git
a/src/raw/swift_raw.c
b/src/raw/swift_raw.c
index
0bed1af
..
116e02f
100644
(file)
--- a/
src/raw/swift_raw.c
+++ b/
src/raw/swift_raw.c
@@
-1,5
+1,5
@@
/*
- * swift implementation of syscall API
>
+ * swift implementation of syscall API
*
* Simulates the classic socket syscalls (socket, bind, send, recv).
* Implementation uses raw sockets (AF_INET, SOCK_RAW).