diff options
author | brian <brian@cvs.openbsd.org> | 1998-02-27 22:01:25 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-02-27 22:01:25 +0000 |
commit | c3a25357ea4388e10eda41500b43ed181dfab2cb (patch) | |
tree | e33adf5997a961faa6e531fa87029c3c3c801107 /libexec/getty | |
parent | e5db03542079cf684702257ebe3c9f48ac96e81d (diff) |
Make ``pp='' work.
Diffstat (limited to 'libexec/getty')
-rw-r--r-- | libexec/getty/gettytab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 702e6e76407..8f95ffd9654 100644 --- a/libexec/getty/gettytab.h +++ b/libexec/getty/gettytab.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94 - * $Id: gettytab.h,v 1.2 1996/12/10 07:58:31 deraadt Exp $ + * $Id: gettytab.h,v 1.3 1998/02/27 22:01:24 brian Exp $ */ /* @@ -85,7 +85,7 @@ struct gettyflags { #define FL gettystrs[21].value #define WE gettystrs[22].value #define LN gettystrs[23].value -#define PP gettystrs[25].value +#define PP gettystrs[24].value /* * Numeric definitions. |