diff options
Diffstat (limited to 'usr.sbin/amd/amq/amq.c')
-rw-r--r-- | usr.sbin/amd/amq/amq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/amq/amq.c b/usr.sbin/amd/amq/amq.c index 3c91f66671392..0e7085444581d 100644 --- a/usr.sbin/amd/amq/amq.c +++ b/usr.sbin/amd/amq/amq.c @@ -53,7 +53,7 @@ char copyright[] = "\ static char sccsid[] = "@(#)amq.c 8.1 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: amq.c,v 1.2.6.3 1997/09/03 06:27:08 charnier Exp $"; #endif /* not lint */ #include "am.h" |