PERFORCE change 166370 for review
Ana Kukec
anchie at FreeBSD.org
Tue Jul 21 15:06:35 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=166370
Change 166370 by anchie at anchie_malimis on 2009/07/21 15:05:37
Bug fixes.
Affected files ...
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/Makefile#2 edit
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#5 edit
Differences ...
==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/Makefile#2 (text+ko) ====
@@ -7,7 +7,7 @@
INC= sendd_local.h snd_proto.h snd_config.h
CFLAGS= -Wall -O3
-CPPFLAGS= -I../include
+CPPFLAGS= -I../include -I../../src/sys
YFLAGS= -d -p params_
LFLAGS= -Pparams_
==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#5 (text+ko) ====
@@ -50,7 +50,7 @@
extern void os_specific_fini(void);
extern int os_specific_init(void);
-extern void snd_add_fds(fd_set *, int *);
+extern void snd_add_fds(fd_set *, int *, int);
extern void snd_dispatch_fds(fd_set *);
extern int snd_handle_iface(const char *, int);
More information about the p4-projects
mailing list