diff options
Diffstat (limited to 'sbin/atm/fore_dnld/fore_dnld.c')
-rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index 1e5b27e6e63f8..5115cac93e9da 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.c,v 1.6.2.1 2000/07/01 06:06:46 ps Exp $ * */ @@ -63,7 +63,7 @@ #include <unistd.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.c,v 1.6.2.1 2000/07/01 06:06:46 ps Exp $"); #endif extern u_char pca200e_microcode[]; |