summaryrefslogtreecommitdiff
path: root/misc/crosspad/files/patch-src_uucplock.c
blob: a0188182c11f98a1d2fd9eaba7571dff8356969b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- ../src/uucplock.c.orig	1999-12-02 11:12:24.000000000 +0800
+++ ../src/uucplock.c	2011-09-19 09:03:11.000000000 +0800
@@ -37,9 +37,13 @@ static char sccsid[] = "@(#)uucplock.c	5
 
 #include "config.h"
 
+#include <sys/types.h>
+#include <stdio.h>
+#include <signal.h>
 #include <sys/file.h>
-#include <sys/dir.h>
+#include <dirent.h>
 #include <errno.h>
+#include <unistd.h>
 
 #include "pathnames.h"
 
@@ -49,6 +53,7 @@ static char sccsid[] = "@(#)uucplock.c	5
  * 	  -1 - failure
  */
 
+int
 uu_lock(ttyname)
 	char *ttyname;
 {
@@ -101,6 +106,7 @@ uu_lock(ttyname)
 	return(0);
 }
 
+int
 uu_unlock(ttyname)
 	char *ttyname;
 {