summaryrefslogtreecommitdiff
path: root/editors/uemacs/patches/patch-src_dolock_c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/uemacs/patches/patch-src_dolock_c')
-rw-r--r--editors/uemacs/patches/patch-src_dolock_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/uemacs/patches/patch-src_dolock_c b/editors/uemacs/patches/patch-src_dolock_c
new file mode 100644
index 00000000000..8842006ae65
--- /dev/null
+++ b/editors/uemacs/patches/patch-src_dolock_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_dolock_c,v 1.1 2012/05/10 20:53:30 dholland Exp $
+
+- declare void functions void
+
+--- src/dolock.c~ 2012-05-10 19:12:43.000000000 +0000
++++ src/dolock.c
+@@ -455,7 +455,7 @@ char *filespec; /* filespec to unlock *
+ }
+
+ #else
+-dolhello()
++VOID dolhello()
+ {
+ }
+ #endif