diff options
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 2e285760397..b46d321c293 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.50 2003/10/27 11:21:12 vincent Exp $ */ +/* $OpenBSD: def.h,v 1.51 2003/11/09 00:20:06 vincent Exp $ */ #include <sys/queue.h> @@ -275,7 +275,6 @@ struct undo_rec { } type; REGION region; int pos; - int size; char *content; }; |