Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include	"u.h"
2
#include	"../port/lib.h"
3
#include	"mem.h"
4
#include	"dat.h"
5
#include	"fns.h"
6
#include	"../port/error.h"
7
 
8
/*
9
 *  some hacks for commonality twixt inferno and plan9
10
 */
11
 
12
char*
13
commonuser(void)
14
{
15
	return up->user;
16
}
17
 
18
char*
19
commonerror(void)
20
{
21
	return up->errstr;
22
}
23
 
24
int
25
bootpread(char*, ulong, int)
26
{
27
	return	0;
28
}