Now always defines COMPILE_FOR_R5 for now (since there is no Haiku version yet).

Removed notify_select_event() prototype from local fsproto.h file; it now builds
fine again.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9182 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-04 15:38:03 +00:00
parent 18469286aa
commit 565162d26f
2 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,9 @@ oldOPTIM = $(OPTIM) ;
KEEP_WRONG_DIRENT_RECLEN
;
if $(COMPILE_FOR_R5) {
# if $(COMPILE_FOR_R5) {
defines += COMPILE_FOR_R5 ;
}
# }
if $(DEBUG) = 0 {
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more

View File

@ -221,7 +221,6 @@ extern _IMPEXP_KERNEL void free_path(char *p);
extern _IMPEXP_KERNEL int notify_listener(int op, nspace_id nsid,
vnode_id vnida, vnode_id vnidb,
vnode_id vnidc, const char *name);
extern _IMPEXP_KERNEL void notify_select_event(selectsync *sync, uint32 ref);
extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
ulong what, long op, nspace_id nsida,
nspace_id nsidb, vnode_id vnida,