diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.bin/lockf | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.bin/lockf')
| -rw-r--r-- | usr.bin/lockf/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/lockf/lockf.1 | 2 | ||||
| -rw-r--r-- | usr.bin/lockf/lockf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 47fb6ab863e1..fd56328ba4b1 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/08 20:12:59 jdp Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index cd9b3b30a6da..12449a40ff53 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: lockf.1,v 1.6 1998/07/08 05:29:04 jdp Exp $ +.\" $Id: lockf.1,v 1.1.1.1.2.2 1998/07/08 05:33:44 jdp Exp $ .\" .Dd July 7, 1998 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 3e94a922b49b..55389ce59699 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lockf.c,v 1.7 1998/07/08 05:29:05 jdp Exp $ + * $Id: lockf.c,v 1.1.1.1.2.5 1998/07/08 05:33:46 jdp Exp $ */ #include <sys/types.h> |
