aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/undo.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
commit5eb43ac2f70729e688f03999a2f66d1272e14a6d (patch)
tree4c7fe36c579d443e1734fa7f4d5c003df04f4202 /bin/ed/undo.c
parentd5a3b1ed7d7108398f0d908a33f69590128416d7 (diff)
Notes
Diffstat (limited to 'bin/ed/undo.c')
-rw-r--r--bin/ed/undo.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ed/undo.c b/bin/ed/undo.c
index 73d488c9d5f0..6a8ca9e90137 100644
--- a/bin/ed/undo.c
+++ b/bin/ed/undo.c
@@ -25,10 +25,8 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "ed.h"