summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-02 10:01:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-02 10:01:52 +1000
commitdd1031b78b83083615b68d7163c44f4408635be2 (patch)
tree623e682acf27a2abf422a27325e5bbad7c5be4b0 /openbsd-compat/fake-rfc2553.c
parentc20dccb5614c5714f4155dda01bcdebf97cfae7e (diff)
Replace spaces with tabs.
Mechanically replace spaces with tabs in compat files not synced with OpenBSD.
Diffstat (limited to 'openbsd-compat/fake-rfc2553.c')
-rw-r--r--openbsd-compat/fake-rfc2553.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c
index 55c95625e..d5a62975a 100644
--- a/openbsd-compat/fake-rfc2553.c
+++ b/openbsd-compat/fake-rfc2553.c
@@ -45,7 +45,7 @@
45 45
46#ifndef HAVE_GETNAMEINFO 46#ifndef HAVE_GETNAMEINFO
47int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 47int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
48 size_t hostlen, char *serv, size_t servlen, int flags) 48 size_t hostlen, char *serv, size_t servlen, int flags)
49{ 49{
50 struct sockaddr_in *sin = (struct sockaddr_in *)sa; 50 struct sockaddr_in *sin = (struct sockaddr_in *)sa;
51 struct hostent *hp; 51 struct hostent *hp;