8716dbea59
time_t on NetBSD 6+. The configure patch had to be generated with autoconf downgraded to 2.61 - leave it to autohell to ruin your day... While we are here, shake, rattle & roll the patches. The resulting gyrations finally fix PR pkg/46555
10 lines
318 B
C
10 lines
318 B
C
$NetBSD: patch-command.h,v 1.1 2014/01/08 11:54:04 hauke Exp $
|
|
|
|
--- command.h.orig 2010-12-13 03:42:49.000000000 +0000
|
|
+++ command.h
|
|
@@ -13,3 +13,5 @@ struct command {
|
|
char *c_name;
|
|
int (*c_func)( SNET *, int, char *[] );
|
|
};
|
|
+
|
|
+#define RADMIND_STAT_FMT "%s %s %o %d %d %" PRItimet "d %" PRIofft "d %s\r\n"
|