diff options
| author | Jack Nagel | 2011-08-14 14:09:53 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-14 12:51:52 -0700 |
| commit | 3b4dde10a9b4e5c0dbbf16a9a460591fa5a1c973 (patch) | |
| tree | 8fd13074e86ea010c4d0c21b5c02be010a6720d2 /Library/Formula | |
| parent | b882968fa249f8d3b26145ba8d6304a3930a24e0 (diff) | |
| download | homebrew-3b4dde10a9b4e5c0dbbf16a9a460591fa5a1c973.tar.bz2 | |
scrotwm: fix malformed patch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scrotwm.rb | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
