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:
@@ -9,9 +9,9 @@ oldOPTIM = $(OPTIM) ;
|
|||||||
KEEP_WRONG_DIRENT_RECLEN
|
KEEP_WRONG_DIRENT_RECLEN
|
||||||
;
|
;
|
||||||
|
|
||||||
if $(COMPILE_FOR_R5) {
|
# if $(COMPILE_FOR_R5) {
|
||||||
defines += COMPILE_FOR_R5 ;
|
defines += COMPILE_FOR_R5 ;
|
||||||
}
|
# }
|
||||||
|
|
||||||
if $(DEBUG) = 0 {
|
if $(DEBUG) = 0 {
|
||||||
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
|
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
|
||||||
|
|||||||
@@ -221,7 +221,6 @@ extern _IMPEXP_KERNEL void free_path(char *p);
|
|||||||
extern _IMPEXP_KERNEL int notify_listener(int op, nspace_id nsid,
|
extern _IMPEXP_KERNEL int notify_listener(int op, nspace_id nsid,
|
||||||
vnode_id vnida, vnode_id vnidb,
|
vnode_id vnida, vnode_id vnidb,
|
||||||
vnode_id vnidc, const char *name);
|
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,
|
extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
|
||||||
ulong what, long op, nspace_id nsida,
|
ulong what, long op, nspace_id nsida,
|
||||||
nspace_id nsidb, vnode_id vnida,
|
nspace_id nsidb, vnode_id vnida,
|
||||||
|
|||||||
Reference in New Issue
Block a user