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 /libexec/fingerd | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/fingerd/fingerd.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 4deac6475ff2..e55d61d6191a 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,5 +1,5 @@  #	@(#)Makefile	8.1 (Berkeley) 6/4/93 -#	$Id$ +#	$Id: Makefile,v 1.3 1996/09/22 21:53:17 wosch Exp $  PROG=	fingerd  MAN8=	fingerd.8 diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 9b9d06a11cdd..1dc7d06277e8 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -42,7 +42,7 @@ static const char copyright[] =  static char sccsid[] = "@(#)fingerd.c	8.1 (Berkeley) 6/4/93";  #endif  static const char rcsid[] = -	"$Id: fingerd.c,v 1.5.2.3 1997/12/12 07:18:21 charnier Exp $"; +	"$Id: fingerd.c,v 1.5.2.4 1998/02/18 12:30:56 jkh Exp $";  #endif /* not lint */  #include <sys/types.h>  | 
