Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add first cut at a simple git tutorial.
[gitweb.git]
/
rpush.c
diff --git
a/rpush.c
b/rpush.c
index 223bdd81f3303f4f6fd7493f94a8f7f39aacffee..17d5ab8a60ab2ec7fa3a7dc927351e8a34de3a89 100644
(file)
--- a/
rpush.c
+++ b/
rpush.c
@@
-3,7
+3,7
@@
#include <sys/socket.h>
#include <errno.h>
-void service(int fd_in, int fd_out) {
+
static
void service(int fd_in, int fd_out) {
ssize_t size;
int posn;
char unsigned sha1[20];