$OpenBSD: patch-shell_source_unix_sysshell_recently_used_file_handler_cxx,v 1.4 2010/11/09 18:40:04 robert Exp $
--- shell/source/unix/sysshell/recently_used_file_handler.cxx.orig.port	Thu Oct 21 14:03:54 2010
+++ shell/source/unix/sysshell/recently_used_file_handler.cxx	Sat Oct 23 18:40:07 2010
@@ -98,7 +98,7 @@ namespace /* private */ {
         void set_timestamp(const string_t& character)
         { 
             time_t t;
-            if (sscanf(character.c_str(), "%ld", &t) != 1)
+            if (sscanf(character.c_str(), "%d", &t) != 1)
                 timestamp_ = -1; 
             else
                 timestamp_ = t;
