Subversion Repositories SvarDOS

Rev

Rev 616 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
207 mateuszvis 1
/*!\file err.h
2
 *
3
 * Compatibility header (for Net/FreeBSD programs)
4
 */
5
#ifndef __SYS_WERRNO_H
6
#include <sys/werrno.h>
7
#endif
8