summaryrefslogtreecommitdiff
path: root/x11/xmindpath/patches/patch-ad
blob: 43fe8fce2593da02c90df209aecc65b0d99c10bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.1 2007/10/01 11:02:45 rillig Exp $

--- uucplock.h.orig	2007-10-01 12:47:25.072297000 +0200
+++ uucplock.h	2007-10-01 12:47:25.072925000 +0200
@@ -0,0 +1,7 @@
+#ifndef UUCPLOCK_H
+#define UUCPLOCK_H
+
+extern int uu_lock(char *);
+extern int uu_unlock(char *);
+
+#endif