diff options
Diffstat (limited to 'usr.bin/ftp/domacro.c')
-rw-r--r-- | usr.bin/ftp/domacro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index 81ce80ae8ddf..97096b1a4295 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $Id: domacro.c,v 1.5 1997/12/13 20:38:14 pst Exp $ */ +/* $Id: domacro.c,v 1.1.1.1.8.1 1998/01/28 02:27:55 msmith Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$Id: domacro.c,v 1.5 1997/12/13 20:38:14 pst Exp $"); +__RCSID("$Id: domacro.c,v 1.1.1.1.8.1 1998/01/28 02:27:55 msmith Exp $"); __RCSID_SOURCE("$NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $"); #endif #endif /* not lint */ |