aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-08-25 13:34:39 +0100
committerMike McQuaid2014-08-25 13:34:39 +0100
commitd09660b073e1c618d18110c759ee3b3e27bafa53 (patch)
tree8c732c8a55fa2bd7751b541453ef10bd02095982 /Library
parent8d09117c9790a00576f040c8bafef83b305c228a (diff)
downloadhomebrew-d09660b073e1c618d18110c759ee3b3e27bafa53.tar.bz2
socat: remove unused patch.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/socat.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb
index 4a73ce4db..3ac3d14fc 100644
--- a/Library/Formula/socat.rb
+++ b/Library/Formula/socat.rb
@@ -24,20 +24,3 @@ class Socat < Formula
system "make install"
end
end
-
-__END__
-diff --git a/sysincludes.h b/sysincludes.h
-index ee25556..8a57422 100644
---- a/sysincludes.h
-+++ b/sysincludes.h
-@@ -5,6 +5,10 @@
- #ifndef __sysincludes_h_included
- #define __sysincludes_h_included 1
-
-+#if __APPLE__
-+#define __APPLE_USE_RFC_3542 1
-+#endif
-+
- #if HAVE_LIMITS_H
- #include <limits.h> /* USHRT_MAX */
- #endif