diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:09:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:09:41 +0000 |
commit | a8a726360842517904b3446c8ee94de67108f1df (patch) | |
tree | dbeb7f00cce39b82e2c37a70dc9863c72c2dc41d /x11/xautolock/files/patch-src__message.c | |
parent | Update to 3.0.6. (diff) |
Rename x11/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'x11/xautolock/files/patch-src__message.c')
-rw-r--r-- | x11/xautolock/files/patch-src__message.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xautolock/files/patch-src__message.c b/x11/xautolock/files/patch-src__message.c new file mode 100644 index 000000000000..c60f93893974 --- /dev/null +++ b/x11/xautolock/files/patch-src__message.c @@ -0,0 +1,11 @@ +--- src/message.c.orig 2007-09-30 18:30:42.000000000 -0300 ++++ src/message.c 2008-02-18 23:32:17.000000000 -0300 +@@ -202,7 +202,7 @@ + /* + * Function for creating the communication atoms. + */ +-void ++static void + getAtoms (Display* d) + { + char* sem; /* semaphore property name */ |