diff options
Diffstat (limited to 'libexec/lukemftpd')
-rw-r--r-- | libexec/lukemftpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/config.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/nbsd2fbsd.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/nbsd_pidfile.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/util.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 8ef420d9fcb4..a36b0dcfee2c 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $FreeBSD$ +# $FreeBSD: src/libexec/lukemftpd/Makefile,v 1.18.8.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h index 0d4566a924c0..5ce6adfc565e 100644 --- a/libexec/lukemftpd/config.h +++ b/libexec/lukemftpd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/config.h,v 1.4.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h index ac09bdfda57c..d24548d94da5 100644 --- a/libexec/lukemftpd/nbsd2fbsd.h +++ b/libexec/lukemftpd/nbsd2fbsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/nbsd2fbsd.h,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* XXX: Depend on our system headers protecting against multiple includes. */ #include <paths.h> diff --git a/libexec/lukemftpd/nbsd_pidfile.h b/libexec/lukemftpd/nbsd_pidfile.h index 23dbe38be9cc..ac885f7ead48 100644 --- a/libexec/lukemftpd/nbsd_pidfile.h +++ b/libexec/lukemftpd/nbsd_pidfile.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/nbsd_pidfile.h,v 1.1.10.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/stdint.h> #include <sysexits.h> diff --git a/libexec/lukemftpd/util.h b/libexec/lukemftpd/util.h index 91ce241953ea..e85acb860e0a 100644 --- a/libexec/lukemftpd/util.h +++ b/libexec/lukemftpd/util.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/util.h,v 1.1.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <libutil.h> |