Fix few warnings on the alpha.
This commit is contained in:
parent
e57ddb6b25
commit
5760ab8fe1
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Allocate space for global thread variables here: */
|
/* Allocate space for global thread variables here: */
|
||||||
@ -84,7 +84,7 @@ _thread_init(void)
|
|||||||
int fd;
|
int fd;
|
||||||
int flags;
|
int flags;
|
||||||
int i;
|
int i;
|
||||||
int len;
|
size_t len;
|
||||||
int mib[2];
|
int mib[2];
|
||||||
struct clockinfo clockinfo;
|
struct clockinfo clockinfo;
|
||||||
struct sigaction act;
|
struct sigaction act;
|
||||||
|
@ -29,11 +29,12 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
|
||||||
*/
|
*/
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Allocate space for global thread variables here: */
|
/* Allocate space for global thread variables here: */
|
||||||
@ -84,7 +84,7 @@ _thread_init(void)
|
|||||||
int fd;
|
int fd;
|
||||||
int flags;
|
int flags;
|
||||||
int i;
|
int i;
|
||||||
int len;
|
size_t len;
|
||||||
int mib[2];
|
int mib[2];
|
||||||
struct clockinfo clockinfo;
|
struct clockinfo clockinfo;
|
||||||
struct sigaction act;
|
struct sigaction act;
|
||||||
|
@ -29,11 +29,12 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
|
||||||
*/
|
*/
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Allocate space for global thread variables here: */
|
/* Allocate space for global thread variables here: */
|
||||||
@ -84,7 +84,7 @@ _thread_init(void)
|
|||||||
int fd;
|
int fd;
|
||||||
int flags;
|
int flags;
|
||||||
int i;
|
int i;
|
||||||
int len;
|
size_t len;
|
||||||
int mib[2];
|
int mib[2];
|
||||||
struct clockinfo clockinfo;
|
struct clockinfo clockinfo;
|
||||||
struct sigaction act;
|
struct sigaction act;
|
||||||
|
@ -29,11 +29,12 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
|
||||||
*/
|
*/
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user