Quick+Dirty port to linux

This commit is contained in:
christos
2016-06-08 01:11:49 +00:00
parent dc7585852f
commit e87ffe7de2
21 changed files with 559 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: rc.c,v 1.7 2011/05/24 13:08:16 joerg Exp $ */
/* $NetBSD: rc.c,v 1.8 2016/06/08 01:11:49 christos Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -24,9 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "port.h"
#ifndef lint
__RCSID("$NetBSD: rc.c,v 1.7 2011/05/24 13:08:16 joerg Exp $");
__RCSID("$NetBSD: rc.c,v 1.8 2016/06/08 01:11:49 christos Exp $");
#endif
#include "os.h"