Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / sfs / patches / patch-av
blob147458ea8173a3871aa4963a5a6e83ad2cc6bafd
1 $NetBSD$
3 --- ./sfsmisc/sfscrypt.h.orig   2002-10-23 23:01:54.000000000 +0100
4 +++ ./sfsmisc/sfscrypt.h
5 @@ -89,7 +89,6 @@ protected:
6    virtual u_char get_bad_opts () const { return (SFS_DECRYPT | SFS_SIGN); }
7    bool get_opt (u_char o) const { return (opts & o); }
8    const sfs_keytype ktype;
9 -  const int eksb_id;
10    const u_char opts;
11  };