=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/uucplock.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tip/Attic/uucplock.c 1997/08/24 23:22:22 1.4 +++ src/usr.bin/tip/Attic/uucplock.c 1997/09/01 23:24:27 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: uucplock.c,v 1.4 1997/08/24 23:22:22 deraadt Exp $ */ +/* $OpenBSD: uucplock.c,v 1.5 1997/09/01 23:24:27 deraadt Exp $ */ /* $NetBSD: uucplock.c,v 1.7 1997/02/11 09:24:08 mrg Exp $ */ /* @@ -38,15 +38,17 @@ #if 0 static char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: uucplock.c,v 1.4 1997/08/24 23:22:22 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: uucplock.c,v 1.5 1997/09/01 23:24:27 deraadt Exp $"; #endif /* not lint */ -#include -#include -#include #include #include #include +#include +#include +#include +#include +#include #include #include "pathnames.h" @@ -56,6 +58,7 @@ * -1 - failure */ +int uu_lock(ttyname) char *ttyname; { @@ -118,6 +121,7 @@ return(0); } +int uu_unlock(ttyname) char *ttyname; {