diff options
Diffstat (limited to 'lib/libftpio')
| -rw-r--r-- | lib/libftpio/Makefile | 2 | ||||
| -rw-r--r-- | lib/libftpio/ftp.errors | 2 | ||||
| -rw-r--r-- | lib/libftpio/ftpio.3 | 2 | ||||
| -rw-r--r-- | lib/libftpio/ftpio.c | 2 | ||||
| -rw-r--r-- | lib/libftpio/ftpio.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index bb9c9eb6e5da..7c7c75e5b6dd 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/Makefile,v 1.17.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ .include <bsd.own.mk> diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index c03eeacae329..2be19f0b9f1b 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libftpio/ftp.errors,v 1.5.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ # # This list is taken from RFC 959. # It probably needs a going over. diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 64378c259279..a9491b2d68d6 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libftpio/ftpio.3,v 1.35.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index a5c9343c7976..233388b71949 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libftpio/ftpio.c,v 1.47.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 879abea6607c..f7f7708f68f9 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -22,7 +22,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $FreeBSD$ + * $FreeBSD: src/lib/libftpio/ftpio.h,v 1.17.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* Internal housekeeping data structure for FTP sessions */ |
