diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-06 08:38:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-06 08:38:32 +0000 |
commit | 0ccc29e81c5ca92dece3cbca352e8f4460e7378c (patch) | |
tree | 3e43451d78c5e9757e7e213eca37356b048ec27d /misc/estic/files/patch-password.cc | |
parent | Update to 2.96 (diff) |
- rename and merge patches
(for better CVS tracking of next updates)
Notes
Notes:
svn path=/head/; revision=142066
Diffstat (limited to 'misc/estic/files/patch-password.cc')
-rw-r--r-- | misc/estic/files/patch-password.cc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/estic/files/patch-password.cc b/misc/estic/files/patch-password.cc new file mode 100644 index 000000000000..77354ad3aaa9 --- /dev/null +++ b/misc/estic/files/patch-password.cc @@ -0,0 +1,22 @@ +--- spunk/password.cc.orig Sat Feb 26 17:59:02 2000 ++++ spunk/password.cc Sat Feb 26 18:01:24 2000 +@@ -525,14 +525,14 @@ + + + +-static void EntryEditor (PasswordEntry* E, int& Abort, int& Changed) ++inline void EntryEditor (PasswordEntry* E, int& Abort, int& Changed) + // Allow editing of one password entry + { + // ID's of the menue items +- const miUserID = 1; +- const miUserName = 2; +- const miPassword = 3; +- const miLevel = 4; ++ const int miUserID = 1; ++ const int miUserName = 2; ++ const int miPassword = 3; ++ const int miLevel = 4; + + // Remember the crc of the entry + u32 OldCRC = GetCRC (E); |