Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/ape/lib/ap/plan9/acid.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/* include struct defs to get acid library 
2
	cpp -I/sys/include/ape -I/$objtype/include/ape -I./include  acid.c > t.c
3
	vc -a t.c > acidlib
4
*/
5
#define _POSIX_SOURCE 1
6
#define _BSD_EXTENSION 1
7
#define _LOCK_EXTENSION
8
#include <stddef.h>
9
#include <stdlib.h>
10
#include <errno.h>
11
#include <unistd.h>
12
#include <signal.h>
13
#include <string.h>
14
#include <stdio.h>
15
#include <lock.h>
16
#include <sys/time.h>
17
#include <sys/select.h>
18
#include <sys/types.h>
19
#include <sys/stat.h>
20
#include <fcntl.h>
21
#include <dirent.h>
22
#include <termios.h>
23
#include <stdarg.h>
24
#include <math.h>
25
#include <float.h>
26
#include <sys/utsname.h>
27
/* #include "lib.h" buf.c below */
28
/* #include "sys9.h" buf.c below */
29
#include "_buf.c"
30
#include "dir.h"
31
#include "fcall.h"