Changeset 1075
- Timestamp:
- Mar 16, 2007 6:41:07 PM (16 years ago)
- Location:
- pjproject/branches/pjproject-0.5-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjlib/src/pj/os_core_unix.c
r1067 r1075 1160 1160 { 1161 1161 enum { RETRY = 4 }; 1162 int status ;1162 int status = 0; 1163 1163 unsigned retry; 1164 1164 -
pjproject/branches/pjproject-0.5-stable/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
r509 r1075 40 40 #include <fcntl.h> 41 41 #include <sys/ioctl.h> 42 #include <sys/time.h> 42 43 #include <unistd.h> 43 44 #include <pthread.h>
Note: See TracChangeset
for help on using the changeset viewer.