Вот мой df
Код:
# df
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/da0s1a 128990 36718 81954 31% /
/dev/da0s1f 257998 4 237356 0% /tmp
/dev/da0s1g 7367232 1342702 5435152 20% /usr
/dev/da0s1e 257998 3108 234252 1% /var
procfs 4 4 0 100% /proc
А вот компиляция:
Код:
# make
gcc -O -pipe -c main.c
main.c: In function `main':
main.c:134: syntax error before `int'
main.c:139: `pollres' undeclared (first use in this function)
main.c:139: (Each undeclared identifier is reported only once
main.c:139: for each function it appears in.)
*** Error code 1