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 6a8ca9e90137b..9413c1b849ddd 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include "ed.h" |