git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b67a43b
)
Remove a couple of duplicated include
author
Marco Costalba
<redacted>
Sun, 4 Nov 2007 14:35:26 +0000
(15:35 +0100)
committer
Junio C Hamano
<redacted>
Tue, 6 Nov 2007 04:50:38 +0000
(20:50 -0800)
Signed-off-by: Marco Costalba <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/inet_ntop.c
patch
|
blob
|
history
compat/inet_pton.c
patch
|
blob
|
history
diff --git
a/compat/inet_ntop.c
b/compat/inet_ntop.c
index 4d7ab9d9758428c003a74d9f85699d7fc6922e05..f44498258d4c2a0ebd1379ed818d9d04b56f0761 100644
(file)
--- a/
compat/inet_ntop.c
+++ b/
compat/inet_ntop.c
@@
-18,7
+18,6
@@
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
diff --git
a/compat/inet_pton.c
b/compat/inet_pton.c
index 5704e0d2b6d36dfa4bc9868b1fb40dbe585e7dfe..4078fc0877ca99c82152acdd6b7a9eef70a9f8a4 100644
(file)
--- a/
compat/inet_pton.c
+++ b/
compat/inet_pton.c
@@
-18,7
+18,6
@@
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
git clone https://git.99rst.org/PROJECT