Updated system call library.

Updated various header files for consistency.
Remove some unused stuff ... better check to be done.
This commit is contained in:
Jorrit Herder
2005-07-14 15:14:44 +00:00
parent 654722493b
commit 272a8496ac
9 changed files with 71 additions and 127 deletions

View File

@@ -8,4 +8,4 @@ clean::
install::
-rm -rf $(INC)
mkdir -p $(INC)
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xf -)
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xvf -)