diff options
Diffstat (limited to 'usr.bin/mail/glob.h')
-rw-r--r-- | usr.bin/mail/glob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index f5a3c3148c5..4a43011bc1a 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -1,4 +1,4 @@ -/* $OpenBSD: glob.h,v 1.3 1997/07/18 18:12:56 millert Exp $ */ +/* $OpenBSD: glob.h,v 1.4 1998/09/27 21:16:42 millert Exp $ */ /* $NetBSD: glob.h,v 1.4 1996/06/08 19:48:25 christos Exp $ */ /* @@ -83,6 +83,7 @@ int screenwidth; /* Screen width, or best guess */ int screenheight; /* Screen height, or best guess, for "header" command */ int realscreenheight; /* the real screen height */ +int uflag; /* Are we in -u mode? */ #include <setjmp.h> |