Removed inadvertently added files from mspec.
[rbx.git] / lib / webrick / compat.rb
blobad7760b640bc6f4c5c1b5a5c74b856c1a370155b
2 # compat.rb -- cross platform compatibility
4 # Author: IPR -- Internet Programming with Ruby -- writers
5 # Copyright (c) 2002 GOTOU Yuuzou
6 # Copyright (c) 2002 Internet Programming with Ruby writers. All rights
7 # reserved.
9 # $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $
11 module Errno
12   class EPROTO       < SystemCallError; end
13   class ECONNRESET   < SystemCallError; end
14   class ECONNABORTED < SystemCallError; end
15 end