* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: port_after.h.in,v 1.58 2008/02/26 23:57:38 marka Exp $ */
+/* $Id: port_after.h.in,v 1.59 2008/02/27 23:47:06 tbox Exp $ */
#ifndef port_after_h
#define port_after_h
@NGR_R_CONST@
int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
- NGR_R_CONST char **domainp);
+ NGR_R_CONST char **domainp);
#ifdef NGR_R_ARGS
-int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
+int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
NGR_R_CONST char **domainp, NGR_R_ARGS);
#endif
/*
- * Copyright (C) 2005-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005-2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: port_before.h.in,v 1.28 2008/02/26 23:57:38 marka Exp $ */
+/* $Id: port_before.h.in,v 1.29 2008/02/27 23:47:06 tbox Exp $ */
#ifndef port_before_h
#define port_before_h
#ifdef ISC_PLATFORM_NEEDTIMESPEC
#include <time.h> /* For time_t */
struct timespec {
- time_t tv_sec; /* seconds */
- long tv_nsec; /* nanoseconds */
+ time_t tv_sec; /* seconds */
+ long tv_nsec; /* nanoseconds */
};
#endif
#ifndef HAVE_MEMMOVE
#define DE_CONST(konst, var) \
- do { \
- union { const void *k; void *v; } _u; \
- _u.k = konst; \
- var = _u.v; \
- } while (0)
+ do { \
+ union { const void *k; void *v; } _u; \
+ _u.k = konst; \
+ var = _u.v; \
+ } while (0)
#define UNUSED(x) (x) = (x)