diff options
Diffstat (limited to 'tftp-proxy')
-rw-r--r-- | tftp-proxy/Makefile | 2 | ||||
-rw-r--r-- | tftp-proxy/filter.c | 2 | ||||
-rw-r--r-- | tftp-proxy/filter.h | 2 | ||||
-rw-r--r-- | tftp-proxy/tftp-proxy.8 | 2 | ||||
-rw-r--r-- | tftp-proxy/tftp-proxy.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tftp-proxy/Makefile b/tftp-proxy/Makefile index b5f4eefc0899..7f22f10b0d27 100644 --- a/tftp-proxy/Makefile +++ b/tftp-proxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2005/12/28 19:07:07 jcs Exp $ +# $OpenBSD$ PROG= tftp-proxy SRCS= tftp-proxy.c filter.c diff --git a/tftp-proxy/filter.c b/tftp-proxy/filter.c index 61b3a1756bb1..2e055f529a68 100644 --- a/tftp-proxy/filter.c +++ b/tftp-proxy/filter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.c,v 1.2 2007/06/23 15:51:21 jcs Exp $ */ +/* $OpenBSD: filter.c,v 1.1 2005/12/28 19:07:07 jcs Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> diff --git a/tftp-proxy/filter.h b/tftp-proxy/filter.h index 04d43f737cbb..c75d278826d6 100644 --- a/tftp-proxy/filter.h +++ b/tftp-proxy/filter.h @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.h,v 1.1 2005/12/28 19:07:07 jcs Exp $ */ +/* $OpenBSD: filter.h,v 1.3 2005/06/07 14:12:07 camield Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> diff --git a/tftp-proxy/tftp-proxy.8 b/tftp-proxy/tftp-proxy.8 index 511b641bce38..e03443887114 100644 --- a/tftp-proxy/tftp-proxy.8 +++ b/tftp-proxy/tftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftp-proxy.8,v 1.2 2007/05/31 19:19:41 jmc Exp $ +.\" $OpenBSD: tftp-proxy.8,v 1.1 2005/12/28 19:07:07 jcs Exp $ .\" .\" Copyright (c) 2005 joshua stein <jcs@openbsd.org> .\" diff --git a/tftp-proxy/tftp-proxy.c b/tftp-proxy/tftp-proxy.c index d2d2875717a6..399143ba93da 100644 --- a/tftp-proxy/tftp-proxy.c +++ b/tftp-proxy/tftp-proxy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftp-proxy.c,v 1.6 2008/04/13 00:22:17 djm Exp $ +/* $OpenBSD: tftp-proxy.c,v 1.5 2008/03/24 16:11:00 deraadt Exp $ * * Copyright (c) 2005 DLS Internet Services * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> |