mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
$NetBSD: patch-av,v 1.1 2006/10/21 11:53:13 agc Exp $
|
|
|
|
--- ./sfsmisc/sfscrypt.h.orig 2002-10-23 23:01:54.000000000 +0100
|
|
+++ ./sfsmisc/sfscrypt.h
|
|
@@ -89,7 +89,6 @@ protected:
|
|
virtual u_char get_bad_opts () const { return (SFS_DECRYPT | SFS_SIGN); }
|
|
bool get_opt (u_char o) const { return (opts & o); }
|
|
const sfs_keytype ktype;
|
|
- const int eksb_id;
|
|
const u_char opts;
|
|
};
|
|
|