--- 43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y 2018/04/24 16:12:56 1.1 +++ 43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y 2018/04/24 16:12:56 1.1.1.1 @@ -1,11 +1,11 @@ /* ftpcmd.y - grammar for FTP commands */ /* - * $Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y,v 1.1 2018/04/24 16:12:56 root Exp $ + * $Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y,v 1.1.1.1 2018/04/24 16:12:56 root Exp $ * * $Log: ftpcmd.y,v $ - * Revision 1.1 2018/04/24 16:12:56 root - * Initial revision + * Revision 1.1.1.1 2018/04/24 16:12:56 root + * BSD 4.3reno * * Revision 7.0 89/11/23 21:55:19 mrose * Release 6.0 @@ -35,7 +35,7 @@ %{ #ifndef lint -static char *rcsid = "$Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y,v 1.1 2018/04/24 16:12:56 root Exp $"; +static char *rcsid = "$Header: /var/lib/cvsd/CSRG/43BSDReno/contrib/isode-beta/ftp-ftam/ftpcmd.y,v 1.1.1.1 2018/04/24 16:12:56 root Exp $"; #endif #include "config.h"