diff options
Diffstat (limited to 'bin/ed/undo.c')
-rw-r--r-- | bin/ed/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 6a8ca9e90137..6e3f42fa18df 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ed/undo.c,v 1.12.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include "ed.h" |