diff options
Diffstat (limited to 'x11/xautolock/files/patch-include__options.h')
-rw-r--r-- | x11/xautolock/files/patch-include__options.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xautolock/files/patch-include__options.h b/x11/xautolock/files/patch-include__options.h new file mode 100644 index 000000000000..1e5c5f918440 --- /dev/null +++ b/x11/xautolock/files/patch-include__options.h @@ -0,0 +1,11 @@ +--- include/options.h.orig 2007-09-30 18:30:29.000000000 -0300 ++++ include/options.h 2008-02-18 23:26:18.000000000 -0300 +@@ -39,7 +39,7 @@ + msg_exit, /* kill a running xautolock */ + msg_lockNow, /* tell running xautolock to lock now */ + msg_unlockNow, /* tell running xautolock to unlock now */ +- msg_restart, /* tell running xautolock to restart */ ++ msg_restart /* tell running xautolock to restart */ + } message; + + /* |