move roken.h earlier to grab definition of socklen_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10688 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1999 - 2001 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -46,6 +46,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <roken.h>
|
||||
|
||||
#ifdef KRB5
|
||||
#define SIA_KRB5
|
||||
@@ -67,8 +68,6 @@
|
||||
#include <kafs.h>
|
||||
#endif
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#ifndef POSIX_GETPWNAM_R
|
||||
|
||||
#define getpwnam_r posix_getpwnam_r
|
||||
|
Reference in New Issue
Block a user