From 3b4dde10a9b4e5c0dbbf16a9a460591fa5a1c973 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 14 Aug 2011 14:09:53 -0500 Subject: scrotwm: fix malformed patch Signed-off-by: Adam Vandenberg --- Library/Formula/scrotwm.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/scrotwm.rb b/Library/Formula/scrotwm.rb index d5b87c33b..c1a859e2c 100644 --- a/Library/Formula/scrotwm.rb +++ b/Library/Formula/scrotwm.rb @@ -24,13 +24,13 @@ end __END__ # osx.h is missing a macro for TAIL_END (which is defined for Linux) ---- a/osx/osx.h -+++ b/osx/osx.h -@@ -1,3 +1,8 @@ +--- a/osx/osx.h 2011-06-14 10:51:33.000000000 -0500 ++++ b/osx/osx.h 2011-08-14 14:05:58.000000000 -0500 +@@ -1,3 +1,7 @@ /* $scrotwm: osx.h,v 1.1 2009/11/25 16:12:13 marco Exp $ */ - + long long strtonum(const char *, long long, long long, const char **); + +#ifndef TAILQ_END -+#define TAILQ_END(head) NULL ++#define TAILQ_END(head) NULL +#endif -- cgit v1.2.3