move down roken-common.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7939 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-02-13 20:50:44 +00:00
parent 60e3154876
commit 69bc1d519b

View File

@@ -1,6 +1,6 @@
/* -*- C -*- */ /* -*- C -*- */
/* /*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan * Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -123,8 +123,6 @@ extern "C" {
#endif #endif
#endif #endif
#include <roken-common.h>
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID) #if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid #define setsid _setsid
#endif #endif
@@ -568,6 +566,8 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int);
void set_progname(char *argv0); void set_progname(char *argv0);
#include <roken-common.h>
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif