diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-13 13:06:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-13 13:06:57 +0000 |
commit | b8b6e6fc6393c32b7495ce2164bf3e212fcc17ac (patch) | |
tree | 18338d465d858d01a7ae0c6b65d857100e2db7b3 /misc/xless/files/patch-xless.h | |
parent | mail/pysieved: support stage (diff) |
- Add staging support
- Switch to PLIST_FILES
- Rename patches to canonical names
Notes
Notes:
svn path=/head/; revision=357678
Diffstat (limited to 'misc/xless/files/patch-xless.h')
-rw-r--r-- | misc/xless/files/patch-xless.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/xless/files/patch-xless.h b/misc/xless/files/patch-xless.h new file mode 100644 index 000000000000..6c2e5e688e2f --- /dev/null +++ b/misc/xless/files/patch-xless.h @@ -0,0 +1,18 @@ +--- ./xless.h.orig 1994-07-29 04:56:41.000000000 +0200 ++++ ./xless.h 2014-06-13 14:48:54.067816752 +0200 +@@ -38,13 +38,14 @@ + + #define XLESS_MAX_INPUT 256 + +-/* handle differences between K&R and ANSI C */ ++/* handle differences between K&R and ANSI C + #if __STDC__ + #define __P(a) a + #else + #define __P(a) () + #define const + #endif ++*/ + + /* + * The default editor; make sure the file exists. |